irssi
| rev 28 | rev 29 | ||||
|---|---|---|---|---|---|
| 107 | 107 | ||||
| 108 | action <action to perform> | 108 | action <action to perform> | ||
| n | 109 | Perform an action. | n | 109 | Perform an action |
| 110 | 110 | ||||
| 111 | away [message] | 111 | away [message] | ||
| n | 112 | Set an away message, or use no message to return from being away. | n | 112 | Set an away message, or use no message to return from being away |
| 113 | 113 | ||||
| 114 | chanserv | 114 | chanserv | ||
| 115 | Send a command to chanserv | 115 | Send a command to chanserv | ||
| 116 | 116 | ||||
| n | n | 117 | debug <option> | ||
| 117 | debug <option>: Send various debug information to the current conversation. | 118 | Send various debug information to the current conversation | ||
| 118 | 119 | ||||
| n | 119 | deop <nick1> [nick2] ...: Remove channel operator status from someone. You must | n | 120 | deop <nick1> [nick2] |
| > | be a channel operator to do this. | ||||
| 121 | Remove channel operator status from someone | ||||
| 120 | 122 | ||||
| n | 121 | devoice <nick1> [nick2] ...: Remove channel voice status from someone, preventin | n | ||
| > | g them from speaking if the channel is moderated (+m). | ||||
| 122 | |||||
| 123 | help <command>: Help on a specific command. | ||||
| 124 | |||||
| 125 | invite <nick> [room]: Invite someone to join you in the specified channel, or th | ||||
| > | e current channel. | ||||
| 126 | |||||
| 127 | j <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more channels, optiona | ||||
| > | lly providing a channel key for each if needed. | ||||
| 128 | |||||
| 129 | join <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more channels, opti | ||||
| > | onally providing a channel key for each if needed. | ||||
| 130 | |||||
| 131 | kick <nick> [message]: Remove someone from a channel. You must be a channel oper | ||||
| > | ator to do this. | ||||
| 132 | |||||
| 133 | list: Display a list of chat rooms on the network. Warning, some servers may dis | ||||
| > | connect you upon doing this. | ||||
| 134 | |||||
| 135 | me <action to perform>: Perform an action. | ||||
| 136 | |||||
| 137 | me <action>: Send an IRC style action to a buddy or chat. | ||||
| 138 | |||||
| 139 | memoserv: Send a command to memoserv | ||||
| 140 | |||||
| 141 | mode <+|-><A-Za-z> <nick|channel>: Set or unset a channel or user mode. | ||||
| 142 | |||||
| 143 | msg <nick> <message>: Send a private message to a user (as opposed to a channel) | ||||
| > | . | ||||
| 144 | |||||
| 145 | names [channel]: List the users currently in a channel. | ||||
| 146 | |||||
| 147 | nick <new nickname>: Change your nickname. | ||||
| 148 | |||||
| 149 | nickserv: Send a command to nickserv | ||||
| 150 | |||||
| 151 | op <nick1> [nick2] ...: Grant channel operator status to someone. You must be a | ||||
| > | channel operator to do this. | ||||
| 152 | |||||
| 153 | operserv: Send a command to operserv | ||||
| 154 | |||||
| 155 | operwall <message>: If you don't know what this is, you probably can't use it. | ||||
| 156 | |||||
| 157 | part [room] [message]: Leave the current channel, or a specified channel, with a | ||||
| > | n optional message. | ||||
| 158 | |||||
| 159 | ping [nick]: Asks how much lag a user (or the server if no user specified) has. | ||||
| 160 | |||||
| 161 | query <nick> <message>: Send a private message to a user (as opposed to a channe | ||||
| > | l). | ||||
| 162 | |||||
| 163 | quit [message]: Disconnect from the server, with an optional message. | ||||
| 164 | |||||
| 165 | quote [...]: Send a raw command to the server. | ||||
| 166 | |||||
| 167 | remove <nick> [message]: | ||||
| 168 | Remove someone from a room. You must be a channel operator to do this. | ||||
| 169 | |||||
| 170 | say <message>: | ||||
| 171 | Send a message normally as if you weren't using a command. | ||||
| 172 | |||||
| 173 | time: | ||||
| 174 | Displays the current local time at the IRC server. | ||||
| 175 | |||||
| 176 | topic [new topic]: | ||||
| 177 | View or change the channel topic. | ||||
| 178 | |||||
| 179 | umode <+|-><A-Za-z>: | ||||
| 180 | Set or unset a user mode. | ||||
| 181 | |||||
| 182 | voice <nick1> [nick2]: | 123 | devoice <nick1> [nick2] | ||
| 183 | Grant channel voice status to someone. You must be a channel operator to do th | 124 | Remove channel voice status from someone, preventing them from speaking if the | ||
| > | is. | > | channel is moderated (+m) | ||
| 184 | 125 | ||||
| n | n | 126 | help <command> | ||
| 127 | Help on a specific command | ||||
| 128 | |||||
| 129 | invite <nick> [room] | ||||
| 130 | Invite someone to join you in the specified channel, or the current channel | ||||
| 131 | |||||
| 132 | j <room1>[,room2][,...] [key1[,key2][,...]] | ||||
| 133 | Enter one or more channels, optionally providing a channel key for each if nee | ||||
| > | ded | ||||
| 134 | |||||
| 135 | join <room1>[,room2][, ...] [key1[,key2][,...]] | ||||
| 136 | Enter one or more channels, optionally providing a channel key for each if nee | ||||
| > | ded | ||||
| 137 | |||||
| 138 | kick <nick> [message] | ||||
| 139 | Remove someone from a channel | ||||
| 140 | |||||
| 141 | list | ||||
| 142 | Display a list of chat rooms on the network | ||||
| 143 | |||||
| 144 | me <action to perform> | ||||
| 145 | Perform an action | ||||
| 146 | |||||
| 147 | me <action> | ||||
| 148 | Send an IRC style action to a buddy or chat | ||||
| 149 | |||||
| 150 | memoserv | ||||
| 151 | Send a command to memoserv | ||||
| 152 | |||||
| 153 | mode <+|-><A-Za-z> <nick|channel> | ||||
| 154 | Set or unset a channel or user mode | ||||
| 155 | |||||
| 156 | msg <nick> <message> | ||||
| 157 | Send a private message to a user (as opposed to a channel) | ||||
| 158 | |||||
| 159 | names [channel] | ||||
| 160 | List the users currently in a channel | ||||
| 161 | |||||
| 162 | nick <new nickname> | ||||
| 163 | Change your nickname | ||||
| 164 | |||||
| 165 | nickserv | ||||
| 166 | Send a command to nickserv | ||||
| 167 | |||||
| 168 | op <nick1> [nick2] | ||||
| 169 | Grant channel operator status to someone | ||||
| 170 | |||||
| 171 | operserv | ||||
| 172 | Send a command to operserv | ||||
| 173 | |||||
| 185 | wallops <message>: | 174 | operwall <message> | ||
| 186 | If you don't know what this is, you probably can't use it. | 175 | If you don't know what this is, you probably can't use it | ||
| 187 | 176 | ||||
| t | t | 177 | part [room] [message] | ||
| 178 | Leave the current channel, or a specified channel, with an optional message | ||||
| 179 | |||||
| 180 | ping [nick] | ||||
| 181 | Asks how much lag a user (or the server if no user specified) has | ||||
| 182 | |||||
| 183 | query <nick> <message> | ||||
| 184 | Send a private message to a user (as opposed to a channel) | ||||
| 185 | |||||
| 186 | quit [message] | ||||
| 187 | Disconnect from the server, with an optional message | ||||
| 188 | |||||
| 189 | quote [ ... ] | ||||
| 190 | Send a raw command to the server | ||||
| 191 | |||||
| 192 | remove <nick> [message] | ||||
| 193 | Remove someone from a room | ||||
| 194 | |||||
| 195 | say <message> | ||||
| 196 | Send a message normally as if you weren't using a command | ||||
| 197 | |||||
| 198 | time | ||||
| 199 | Displays the current local time at the IRC server | ||||
| 200 | |||||
| 201 | topic [new topic] | ||||
| 202 | View or change the channel topic | ||||
| 203 | |||||
| 204 | umode <+|-><A-Za-z> | ||||
| 205 | Set or unset a user mode | ||||
| 206 | |||||
| 207 | voice <nick1> [nick2] | ||||
| 208 | Grant channel voice status to someone | ||||
| 209 | |||||
| 210 | wallops <message> | ||||
| 211 | If you don't know what this is, you probably can't use it | ||||
| 212 | |||||
| 188 | whois [server] <nick>: | 213 | whois [server] <nick> | ||
| 189 | Get information on a user. | 214 | Get information on a user | ||
| 190 | |||||
| rev 27 | rev 28 | ||||
|---|---|---|---|---|---|
| 111 | away [message] | 111 | away [message] | ||
| 112 | Set an away message, or use no message to return from being away. | 112 | Set an away message, or use no message to return from being away. | ||
| n | 113 | chanserv: Send a command to chanserv | n | 113 | |
| 114 | chanserv | ||||
| 115 | Send a command to chanserv | ||||
| 116 | |||||
| 114 | debug <option>: Send various debug information to the current conversation. | 117 | debug <option>: Send various debug information to the current conversation. | ||
| n | n | 118 | |||
| 115 | deop <nick1> [nick2] ...: Remove channel operator status from someone. You must | 119 | deop <nick1> [nick2] ...: Remove channel operator status from someone. You must | ||
| > | be a channel operator to do this. | > | be a channel operator to do this. | ||
| n | n | 120 | |||
| 116 | devoice <nick1> [nick2] ...: Remove channel voice status from someone, preventin | 121 | devoice <nick1> [nick2] ...: Remove channel voice status from someone, preventin | ||
| > | g them from speaking if the channel is moderated (+m). | > | g them from speaking if the channel is moderated (+m). | ||
| n | n | 122 | |||
| 117 | help <command>: Help on a specific command. | 123 | help <command>: Help on a specific command. | ||
| n | n | 124 | |||
| 118 | invite <nick> [room]: Invite someone to join you in the specified channel, or th | 125 | invite <nick> [room]: Invite someone to join you in the specified channel, or th | ||
| > | e current channel. | > | e current channel. | ||
| n | n | 126 | |||
| 119 | j <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more channels, optiona | 127 | j <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more channels, optiona | ||
| > | lly providing a channel key for each if needed. | > | lly providing a channel key for each if needed. | ||
| n | n | 128 | |||
| 120 | join <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more channels, opti | 129 | join <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more channels, opti | ||
| > | onally providing a channel key for each if needed. | > | onally providing a channel key for each if needed. | ||
| n | n | 130 | |||
| 121 | kick <nick> [message]: Remove someone from a channel. You must be a channel oper | 131 | kick <nick> [message]: Remove someone from a channel. You must be a channel oper | ||
| > | ator to do this. | > | ator to do this. | ||
| n | n | 132 | |||
| 122 | list: Display a list of chat rooms on the network. Warning, some servers may dis | 133 | list: Display a list of chat rooms on the network. Warning, some servers may dis | ||
| > | connect you upon doing this. | > | connect you upon doing this. | ||
| n | n | 134 | |||
| 123 | me <action to perform>: Perform an action. | 135 | me <action to perform>: Perform an action. | ||
| n | n | 136 | |||
| 124 | me <action>: Send an IRC style action to a buddy or chat. | 137 | me <action>: Send an IRC style action to a buddy or chat. | ||
| n | n | 138 | |||
| 125 | memoserv: Send a command to memoserv | 139 | memoserv: Send a command to memoserv | ||
| n | n | 140 | |||
| 126 | mode <+|-><A-Za-z> <nick|channel>: Set or unset a channel or user mode. | 141 | mode <+|-><A-Za-z> <nick|channel>: Set or unset a channel or user mode. | ||
| n | n | 142 | |||
| 127 | msg <nick> <message>: Send a private message to a user (as opposed to a channel) | 143 | msg <nick> <message>: Send a private message to a user (as opposed to a channel) | ||
| > | . | > | . | ||
| n | n | 144 | |||
| 128 | names [channel]: List the users currently in a channel. | 145 | names [channel]: List the users currently in a channel. | ||
| n | n | 146 | |||
| 129 | nick <new nickname>: Change your nickname. | 147 | nick <new nickname>: Change your nickname. | ||
| n | n | 148 | |||
| 130 | nickserv: Send a command to nickserv | 149 | nickserv: Send a command to nickserv | ||
| n | n | 150 | |||
| 131 | op <nick1> [nick2] ...: Grant channel operator status to someone. You must be a | 151 | op <nick1> [nick2] ...: Grant channel operator status to someone. You must be a | ||
| > | channel operator to do this. | > | channel operator to do this. | ||
| n | n | 152 | |||
| 132 | operserv: Send a command to operserv | 153 | operserv: Send a command to operserv | ||
| n | n | 154 | |||
| 133 | operwall <message>: If you don't know what this is, you probably can't use it. | 155 | operwall <message>: If you don't know what this is, you probably can't use it. | ||
| n | n | 156 | |||
| 134 | part [room] [message]: Leave the current channel, or a specified channel, with a | 157 | part [room] [message]: Leave the current channel, or a specified channel, with a | ||
| > | n optional message. | > | n optional message. | ||
| n | n | 158 | |||
| 135 | ping [nick]: Asks how much lag a user (or the server if no user specified) has. | 159 | ping [nick]: Asks how much lag a user (or the server if no user specified) has. | ||
| n | n | 160 | |||
| 136 | query <nick> <message>: Send a private message to a user (as opposed to a channe | 161 | query <nick> <message>: Send a private message to a user (as opposed to a channe | ||
| > | l). | > | l). | ||
| n | n | 162 | |||
| 137 | quit [message]: Disconnect from the server, with an optional message. | 163 | quit [message]: Disconnect from the server, with an optional message. | ||
| n | n | 164 | |||
| 138 | quote [...]: Send a raw command to the server. | 165 | quote [...]: Send a raw command to the server. | ||
| t | t | 166 | |||
| 167 | remove <nick> [message]: | ||||
| 139 | remove <nick> [message]: Remove someone from a room. You must be a channel opera | 168 | Remove someone from a room. You must be a channel operator to do this. | ||
| > | tor to do this. | ||||
| 169 | |||||
| 170 | say <message>: | ||||
| 140 | say <message>: Send a message normally as if you weren't using a command. | 171 | Send a message normally as if you weren't using a command. | ||
| 172 | |||||
| 173 | time: | ||||
| 141 | time: Displays the current local time at the IRC server. | 174 | Displays the current local time at the IRC server. | ||
| 175 | |||||
| 176 | topic [new topic]: | ||||
| 142 | topic [new topic]: View or change the channel topic. | 177 | View or change the channel topic. | ||
| 143 | umode <+|-><A-Za-z>: Set or unset a user mode. | 178 | |||
| 179 | umode <+|-><A-Za-z>: | ||||
| 180 | Set or unset a user mode. | ||||
| 181 | |||||
| 182 | voice <nick1> [nick2]: | ||||
| 144 | voice <nick1> [nick2] ...: Grant channel voice status to someone. You must be a | 183 | Grant channel voice status to someone. You must be a channel operator to do th | ||
| > | channel operator to do this. | > | is. | ||
| 184 | |||||
| 185 | wallops <message>: | ||||
| 145 | wallops <message>: If you don't know what this is, you probably can't use it. | 186 | If you don't know what this is, you probably can't use it. | ||
| 146 | whois [server] <nick>: Get information on a user. | 187 | |||
| 188 | whois [server] <nick>: | ||||
| 189 | Get information on a user. | ||||
| 190 | |||||
| rev 26 | rev 27 | ||||
|---|---|---|---|---|---|
| 103 | /names | 103 | /names | ||
| 104 | 104 | ||||
| t | t | 105 | irc cheat sheet | ||
| 106 | ================== | ||||
| 107 | |||||
| 108 | action <action to perform> | ||||
| 109 | Perform an action. | ||||
| 110 | |||||
| 111 | away [message] | ||||
| 112 | Set an away message, or use no message to return from being away. | ||||
| 113 | chanserv: Send a command to chanserv | ||||
| 114 | debug <option>: Send various debug information to the current conversation. | ||||
| 115 | deop <nick1> [nick2] ...: Remove channel operator status from someone. You must | ||||
| > | be a channel operator to do this. | ||||
| 116 | devoice <nick1> [nick2] ...: Remove channel voice status from someone, preventin | ||||
| > | g them from speaking if the channel is moderated (+m). | ||||
| 117 | help <command>: Help on a specific command. | ||||
| 118 | invite <nick> [room]: Invite someone to join you in the specified channel, or th | ||||
| > | e current channel. | ||||
| 119 | j <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more channels, optiona | ||||
| > | lly providing a channel key for each if needed. | ||||
| 120 | join <room1>[,room2][,...] [key1[,key2][,...]]: Enter one or more channels, opti | ||||
| > | onally providing a channel key for each if needed. | ||||
| 121 | kick <nick> [message]: Remove someone from a channel. You must be a channel oper | ||||
| > | ator to do this. | ||||
| 122 | list: Display a list of chat rooms on the network. Warning, some servers may dis | ||||
| > | connect you upon doing this. | ||||
| 123 | me <action to perform>: Perform an action. | ||||
| 124 | me <action>: Send an IRC style action to a buddy or chat. | ||||
| 125 | memoserv: Send a command to memoserv | ||||
| 126 | mode <+|-><A-Za-z> <nick|channel>: Set or unset a channel or user mode. | ||||
| 127 | msg <nick> <message>: Send a private message to a user (as opposed to a channel) | ||||
| > | . | ||||
| 128 | names [channel]: List the users currently in a channel. | ||||
| 129 | nick <new nickname>: Change your nickname. | ||||
| 130 | nickserv: Send a command to nickserv | ||||
| 131 | op <nick1> [nick2] ...: Grant channel operator status to someone. You must be a | ||||
| > | channel operator to do this. | ||||
| 132 | operserv: Send a command to operserv | ||||
| 133 | operwall <message>: If you don't know what this is, you probably can't use it. | ||||
| 134 | part [room] [message]: Leave the current channel, or a specified channel, with a | ||||
| > | n optional message. | ||||
| 135 | ping [nick]: Asks how much lag a user (or the server if no user specified) has. | ||||
| 136 | query <nick> <message>: Send a private message to a user (as opposed to a channe | ||||
| > | l). | ||||
| 137 | quit [message]: Disconnect from the server, with an optional message. | ||||
| 138 | quote [...]: Send a raw command to the server. | ||||
| 139 | remove <nick> [message]: Remove someone from a room. You must be a channel opera | ||||
| > | tor to do this. | ||||
| 140 | say <message>: Send a message normally as if you weren't using a command. | ||||
| 141 | time: Displays the current local time at the IRC server. | ||||
| 142 | topic [new topic]: View or change the channel topic. | ||||
| 143 | umode <+|-><A-Za-z>: Set or unset a user mode. | ||||
| 144 | voice <nick1> [nick2] ...: Grant channel voice status to someone. You must be a | ||||
| > | channel operator to do this. | ||||
| 145 | wallops <message>: If you don't know what this is, you probably can't use it. | ||||
| 146 | whois [server] <nick>: Get information on a user. | ||||
| rev 25 | rev 26 | ||||
|---|---|---|---|---|---|
| 49 | 49 | ||||
| 50 | /window close | 50 | /window close | ||
| t | t | 51 | |||
| 52 | |||||
| 51 | Auto-connect to a network and identify yourself. | 53 | Auto-connect to a network and identify yourself. | ||
| 52 | ------------------------------------------------------------------------ | 54 | ------------------------------------------------------------------------ | ||
| rev 24 | rev 25 | ||||
|---|---|---|---|---|---|
| 65 | /server add -auto -network freenode irc.freenode.net | 65 | /server add -auto -network freenode irc.freenode.net | ||
| 66 | 66 | ||||
| t | t | 67 | /connect freenode | ||
| 68 | |||||
| 67 | auto join a channel | 69 | auto join a channel | ||
| 68 | ---------------------- | 70 | ---------------------- | ||
| rev 23 | rev 24 | ||||
|---|---|---|---|---|---|
| 41 | .. code-block:: cpp | 41 | .. code-block:: cpp | ||
| 42 | 42 | ||||
| n | 43 | n | |||
| 44 | |||||
| 45 | alt -> left | 43 | alt -> left | ||
| 46 | 44 | ||||
| 47 | 45 | ||||
| n | n | 46 | Close a channel or window: | ||
| 47 | |||||
| 48 | .. code-block:: cpp | ||||
| 49 | |||||
| 50 | /window close | ||||
| 48 | Auto-connect to a network and identify yourself. | 51 | Auto-connect to a network and identify yourself. | ||
| 49 | ------------------------------------------------------------------------ | 52 | ------------------------------------------------------------------------ | ||
| 89 | 92 | ||||
| 90 | 93 | ||||
| n | n | 94 | List all the user names in the channel | ||
| 95 | --------------------------------------------- | ||||
| 91 | 96 | ||||
| n | n | 97 | .. code-block:: cpp | ||
| 92 | 98 | ||||
| t | t | 99 | /names | ||
| 100 | |||||
| rev 22 | rev 23 | ||||
|---|---|---|---|---|---|
| t | 1 | this is a test | t | 1 | irssi |
| 2 | ====== | ||||
| 3 | |||||
| 4 | |||||
| 5 | .. contents:: | ||||
| 6 | |||||
| 7 | |||||
| 8 | irssi is a terminal irc client. Make sure you also take 5 minutes to learn the | ||||
| > | basics of `screen </screen>`_. | ||||
| 9 | |||||
| 10 | irssi official docs: http://irssi.org/documentation/manual | ||||
| 11 | |||||
| 12 | |||||
| 13 | irssi cheatsheet | ||||
| 14 | ================= | ||||
| 15 | |||||
| 16 | List of commands and definitions. | ||||
| 17 | |||||
| 18 | Change to a window | ||||
| 19 | --------------------- | ||||
| 20 | .. code-block:: cpp | ||||
| 21 | |||||
| 22 | /window [number] | ||||
| 23 | |||||
| 24 | or | ||||
| 25 | |||||
| 26 | .. code-block:: cpp | ||||
| 27 | |||||
| 28 | alt -> number | ||||
| 29 | |||||
| 30 | |||||
| 31 | |||||
| 32 | Next window: | ||||
| 33 | |||||
| 34 | .. code-block:: cpp | ||||
| 35 | |||||
| 36 | alt -> right | ||||
| 37 | |||||
| 38 | |||||
| 39 | Previous window: | ||||
| 40 | |||||
| 41 | .. code-block:: cpp | ||||
| 42 | |||||
| 43 | |||||
| 44 | |||||
| 45 | alt -> left | ||||
| 46 | |||||
| 47 | |||||
| 48 | Auto-connect to a network and identify yourself. | ||||
| 49 | ------------------------------------------------------------------------ | ||||
| 50 | |||||
| 51 | .. code-block:: cpp | ||||
| 52 | |||||
| 53 | /SERVER ADD -auto -network freenode irc.freenode.net 6667 password | ||||
| 54 | |||||
| 55 | |||||
| 56 | Add a network and a server | ||||
| 57 | --------------------------- | ||||
| 58 | .. code-block:: cpp | ||||
| 59 | |||||
| 60 | /network add -nick [nick] -realname "[realname]" freenode | ||||
| 61 | |||||
| 62 | /server add -auto -network freenode irc.freenode.net | ||||
| 63 | |||||
| 64 | auto join a channel | ||||
| 65 | ---------------------- | ||||
| 66 | .. code-block:: cpp | ||||
| 67 | |||||
| 68 | /CHANNEL ADD -auto #pylowiki freenode | ||||
| 69 | |||||
| 70 | remove a channel | ||||
| 71 | ---------------------- | ||||
| 72 | .. code-block:: cpp | ||||
| 73 | |||||
| 74 | /CHANNEL REMOVE <channel> <network> | ||||
| 75 | |||||
| 76 | list all channels | ||||
| 77 | ---------------------- | ||||
| 78 | .. code-block:: cpp | ||||
| 79 | |||||
| 80 | /CHANNEL LIST | ||||
| 81 | |||||
| 82 | |||||
| 83 | Search the channel for a pattern | ||||
| 84 | ----------------------------------- | ||||
| 85 | |||||
| 86 | .. code-block:: cpp | ||||
| 87 | |||||
| 88 | /last [search-pattern] | ||||
| 89 | |||||
| 90 | |||||
| 91 | |||||
| 92 | |||||
| rev 12 | rev 13 | ||||
|---|---|---|---|---|---|
| t | 1 | irssi | t | 1 | this is a test |
| 2 | ====== | ||||
| 3 | |||||
| 4 | |||||
| 5 | .. contents:: | ||||
| 6 | |||||
| 7 | |||||
| 8 | irssi is a terminal irc client. Make sure you also take 5 minutes to learn the | ||||
| > | basics of `screen </screen>`_. | ||||
| 9 | |||||
| 10 | irssi official docs: http://irssi.org/documentation/manual | ||||
| 11 | |||||
| 12 | |||||
| 13 | irssi cheatsheet | ||||
| 14 | ================= | ||||
| 15 | |||||
| 16 | List of commands and definitions. | ||||
| 17 | |||||
| 18 | Change to a window | ||||
| 19 | --------------------- | ||||
| 20 | .. code-block:: cpp | ||||
| 21 | |||||
| 22 | /window [number] | ||||
| 23 | |||||
| 24 | or | ||||
| 25 | |||||
| 26 | .. code-block:: cpp | ||||
| 27 | |||||
| 28 | alt -> number | ||||
| 29 | |||||
| 30 | |||||
| 31 | |||||
| 32 | Next window: | ||||
| 33 | |||||
| 34 | .. code-block:: cpp | ||||
| 35 | |||||
| 36 | alt -> right | ||||
| 37 | |||||
| 38 | |||||
| 39 | Previous window: | ||||
| 40 | |||||
| 41 | .. code-block:: cpp | ||||
| 42 | |||||
| 43 | |||||
| 44 | |||||
| 45 | alt -> left | ||||
| 46 | |||||
| 47 | |||||
| 48 | Auto-connect to a network and identify yourself. | ||||
| 49 | ------------------------------------------------------------------------ | ||||
| 50 | |||||
| 51 | .. code-block:: cpp | ||||
| 52 | |||||
| 53 | /SERVER ADD -auto -network freenode irc.freenode.net 6667 password | ||||
| 54 | |||||
| 55 | |||||
| 56 | Add a network and a server | ||||
| 57 | --------------------------- | ||||
| 58 | .. code-block:: cpp | ||||
| 59 | |||||
| 60 | /network add -nick [nick] -realname "[realname]" freenode | ||||
| 61 | |||||
| 62 | /server add -auto -network freenode irc.freenode.net | ||||
| 63 | |||||
| 64 | auto join a channel | ||||
| 65 | ---------------------- | ||||
| 66 | .. code-block:: cpp | ||||
| 67 | |||||
| 68 | /CHANNEL ADD -auto #pylowiki freenode | ||||
| 69 | |||||
| 70 | remove a channel | ||||
| 71 | ---------------------- | ||||
| 72 | .. code-block:: cpp | ||||
| 73 | |||||
| 74 | /CHANNEL REMOVE <channel> <network> | ||||
| 75 | |||||
| 76 | list all channels | ||||
| 77 | ---------------------- | ||||
| 78 | .. code-block:: cpp | ||||
| 79 | |||||
| 80 | /CHANNEL LIST | ||||
| 81 | |||||
| 82 | |||||
| 83 | Search the channel for a pattern | ||||
| 84 | ----------------------------------- | ||||
| 85 | |||||
| 86 | .. code-block:: cpp | ||||
| 87 | |||||
| 88 | /last [search-pattern] | ||||
| 89 | |||||
| 90 | |||||
| 91 | |||||
| 92 | |||||
| rev 11 | rev 12 | ||||
|---|---|---|---|---|---|
| 8 | irssi is a terminal irc client. Make sure you also take 5 minutes to learn the | 8 | irssi is a terminal irc client. Make sure you also take 5 minutes to learn the | ||
| > | basics of `screen </screen>`_. | > | basics of `screen </screen>`_. | ||
| 9 | 9 | ||||
| t | 10 | This is a pretty awesome article: http://quadpoint.org/articles/irssi | t | 10 | irssi official docs: http://irssi.org/documentation/manual |
| 11 | 11 | ||||
| 12 | 12 | ||||
| rev 10 | rev 11 | ||||
|---|---|---|---|---|---|
| 78 | .. code-block:: cpp | 78 | .. code-block:: cpp | ||
| 79 | 79 | ||||
| t | t | 80 | /CHANNEL LIST | ||
| 81 | |||||
| 82 | |||||
| 80 | /CHANNEL LISTSearch the channel for a pattern | 83 | Search the channel for a pattern | ||
| 81 | ----------------------------------- | 84 | ----------------------------------- | ||
| 82 | 85 | ||||
| rev 9 | rev 10 | ||||
|---|---|---|---|---|---|
| 68 | /CHANNEL ADD -auto #pylowiki freenode | 68 | /CHANNEL ADD -auto #pylowiki freenode | ||
| 69 | 69 | ||||
| n | n | 70 | remove a channel | ||
| 71 | ---------------------- | ||||
| 72 | .. code-block:: cpp | ||||
| 70 | 73 | ||||
| n | n | 74 | /CHANNEL REMOVE <channel> <network> | ||
| 75 | |||||
| 76 | list all channels | ||||
| 77 | ---------------------- | ||||
| 78 | .. code-block:: cpp | ||||
| 79 | |||||
| 71 | Search the channel for a pattern | 80 | /CHANNEL LISTSearch the channel for a pattern | ||
| 72 | ----------------------------------- | 81 | ----------------------------------- | ||
| 73 | 82 | ||||
| 77 | 86 | ||||
| 78 | 87 | ||||
| t | t | 88 | |||
| 89 | |||||
| rev 8 | rev 9 | ||||
|---|---|---|---|---|---|
| t | 1 | 44wy7h <a href="http://npkcravegjlz.com/">npkcravegjlz</a>, [url=http://akaodgc | t | 1 | irssi |
| > | cmnlv.com/]akaodgccmnlv[/url], [link=http://slhcgwxyqfgo.com/]slhcgwxyqfgo[/link | ||||
| > | ], http://jnxbclcaiart.com/ | ||||
| 2 | ====== | ||||
| 3 | |||||
| 4 | |||||
| 5 | .. contents:: | ||||
| 6 | |||||
| 7 | |||||
| 8 | irssi is a terminal irc client. Make sure you also take 5 minutes to learn the | ||||
| > | basics of `screen </screen>`_. | ||||
| 9 | |||||
| 10 | This is a pretty awesome article: http://quadpoint.org/articles/irssi | ||||
| 11 | |||||
| 12 | |||||
| 13 | irssi cheatsheet | ||||
| 14 | ================= | ||||
| 15 | |||||
| 16 | List of commands and definitions. | ||||
| 17 | |||||
| 18 | Change to a window | ||||
| 19 | --------------------- | ||||
| 20 | .. code-block:: cpp | ||||
| 21 | |||||
| 22 | /window [number] | ||||
| 23 | |||||
| 24 | or | ||||
| 25 | |||||
| 26 | .. code-block:: cpp | ||||
| 27 | |||||
| 28 | alt -> number | ||||
| 29 | |||||
| 30 | |||||
| 31 | |||||
| 32 | Next window: | ||||
| 33 | |||||
| 34 | .. code-block:: cpp | ||||
| 35 | |||||
| 36 | alt -> right | ||||
| 37 | |||||
| 38 | |||||
| 39 | Previous window: | ||||
| 40 | |||||
| 41 | .. code-block:: cpp | ||||
| 42 | |||||
| 43 | |||||
| 44 | |||||
| 45 | alt -> left | ||||
| 46 | |||||
| 47 | |||||
| 48 | Auto-connect to a network and identify yourself. | ||||
| 49 | ------------------------------------------------------------------------ | ||||
| 50 | |||||
| 51 | .. code-block:: cpp | ||||
| 52 | |||||
| 53 | /SERVER ADD -auto -network freenode irc.freenode.net 6667 password | ||||
| 54 | |||||
| 55 | |||||
| 56 | Add a network and a server | ||||
| 57 | --------------------------- | ||||
| 58 | .. code-block:: cpp | ||||
| 59 | |||||
| 60 | /network add -nick [nick] -realname "[realname]" freenode | ||||
| 61 | |||||
| 62 | /server add -auto -network freenode irc.freenode.net | ||||
| 63 | |||||
| 64 | auto join a channel | ||||
| 65 | ---------------------- | ||||
| 66 | .. code-block:: cpp | ||||
| 67 | |||||
| 68 | /CHANNEL ADD -auto #pylowiki freenode | ||||
| 69 | |||||
| 70 | |||||
| 71 | Search the channel for a pattern | ||||
| 72 | ----------------------------------- | ||||
| 73 | |||||
| 74 | .. code-block:: cpp | ||||
| 75 | |||||
| 76 | /last [search-pattern] | ||||
| 77 | |||||
| 78 | |||||
| rev 6 | rev 7 | ||||
|---|---|---|---|---|---|
| t | 1 | P9BmWF <a href="http://wylhmerhiaci.com/">wylhmerhiaci</a>, [url=http://pgdrgtg | t | 1 | 44wy7h <a href="http://npkcravegjlz.com/">npkcravegjlz</a>, [url=http://akaodgc |
| > | vdsbb.com/]pgdrgtgvdsbb[/url], [link=http://dsewlufzocat.com/]dsewlufzocat[/link | > | cmnlv.com/]akaodgccmnlv[/url], [link=http://slhcgwxyqfgo.com/]slhcgwxyqfgo[/link | ||
| > | ], http://trtysommdjdt.com/P9BmWF <a href="http://wylhmerhiaci.com/">wylhmerhia | > | ], http://jnxbclcaiart.com/ | ||
| > | ci</a>, [url=http://pgdrgtgvdsbb.com/]pgdrgtgvdsbb[/url], [link=http://dsewlufzo | ||||
| > | cat.com/]dsewlufzocat[/link], http://trtysommdjdt.com/P9BmWF <a href="http://wy | ||||
| > | lhmerhiaci.com/">wylhmerhiaci</a>, [url=http://pgdrgtgvdsbb.com/]pgdrgtgvdsbb[/u | ||||
| > | rl], [link=http://dsewlufzocat.com/]dsewlufzocat[/link], http://trtysommdjdt.com | ||||
| > | /P9BmWF <a href="http://wylhmerhiaci.com/">wylhmerhiaci</a>, [url=http://pgdrgt | ||||
| > | gvdsbb.com/]pgdrgtgvdsbb[/url], [link=http://dsewlufzocat.com/]dsewlufzocat[/lin | ||||
| > | k], http://trtysommdjdt.com/P9BmWF <a href="http://wylhmerhiaci.com/">wylhmerhi | ||||
| > | aci</a>, [url=http://pgdrgtgvdsbb.com/]pgdrgtgvdsbb[/url], [link=http://dsewlufz | ||||
| > | ocat.com/]dsewlufzocat[/link], http://trtysommdjdt.com/P9BmWF <a href="http://w | ||||
| > | ylhmerhiaci.com/">wylhmerhiaci</a>, [url=http://pgdrgtgvdsbb.com/]pgdrgtgvdsbb[/ | ||||
| > | url], [link=http://dsewlufzocat.com/]dsewlufzocat[/link], http://trtysommdjdt.co | ||||
| > | m/P9BmWF <a href="http://wylhmerhiaci.com/">wylhmerhiaci</a>, [url=http://pgdrg | ||||
| > | tgvdsbb.com/]pgdrgtgvdsbb[/url], [link=http://dsewlufzocat.com/]dsewlufzocat[/li | ||||
| > | nk], http://trtysommdjdt.com/ | ||||
| rev 4 | rev 5 | ||||
|---|---|---|---|---|---|
| t | 1 | irssi | t | 1 | P9BmWF <a href="http://wylhmerhiaci.com/">wylhmerhiaci</a>, [url=http://pgdrgtg |
| > | vdsbb.com/]pgdrgtgvdsbb[/url], [link=http://dsewlufzocat.com/]dsewlufzocat[/link | ||||
| > | ], http://trtysommdjdt.com/P9BmWF <a href="http://wylhmerhiaci.com/">wylhmerhia | ||||
| > | ci</a>, [url=http://pgdrgtgvdsbb.com/]pgdrgtgvdsbb[/url], [link=http://dsewlufzo | ||||
| > | cat.com/]dsewlufzocat[/link], http://trtysommdjdt.com/P9BmWF <a href="http://wy | ||||
| > | lhmerhiaci.com/">wylhmerhiaci</a>, [url=http://pgdrgtgvdsbb.com/]pgdrgtgvdsbb[/u | ||||
| > | rl], [link=http://dsewlufzocat.com/]dsewlufzocat[/link], http://trtysommdjdt.com | ||||
| > | /P9BmWF <a href="http://wylhmerhiaci.com/">wylhmerhiaci</a>, [url=http://pgdrgt | ||||
| > | gvdsbb.com/]pgdrgtgvdsbb[/url], [link=http://dsewlufzocat.com/]dsewlufzocat[/lin | ||||
| > | k], http://trtysommdjdt.com/P9BmWF <a href="http://wylhmerhiaci.com/">wylhmerhi | ||||
| > | aci</a>, [url=http://pgdrgtgvdsbb.com/]pgdrgtgvdsbb[/url], [link=http://dsewlufz | ||||
| > | ocat.com/]dsewlufzocat[/link], http://trtysommdjdt.com/P9BmWF <a href="http://w | ||||
| > | ylhmerhiaci.com/">wylhmerhiaci</a>, [url=http://pgdrgtgvdsbb.com/]pgdrgtgvdsbb[/ | ||||
| > | url], [link=http://dsewlufzocat.com/]dsewlufzocat[/link], http://trtysommdjdt.co | ||||
| > | m/P9BmWF <a href="http://wylhmerhiaci.com/">wylhmerhiaci</a>, [url=http://pgdrg | ||||
| > | tgvdsbb.com/]pgdrgtgvdsbb[/url], [link=http://dsewlufzocat.com/]dsewlufzocat[/li | ||||
| > | nk], http://trtysommdjdt.com/ | ||||
| 2 | ====== | ||||
| 3 | |||||
| 4 | |||||
| 5 | .. contents:: | ||||
| 6 | |||||
| 7 | |||||
| 8 | irssi is a terminal irc client. Make sure you also take 5 minutes to learn the | ||||
| > | basics of `screen </screen>`_. | ||||
| 9 | |||||
| 10 | This is a pretty awesome article: http://quadpoint.org/articles/irssi | ||||
| 11 | |||||
| 12 | |||||
| 13 | irssi cheatsheet | ||||
| 14 | ================= | ||||
| 15 | |||||
| 16 | List of commands and definitions. | ||||
| 17 | |||||
| 18 | Change to a window | ||||
| 19 | --------------------- | ||||
| 20 | .. code-block:: cpp | ||||
| 21 | |||||
| 22 | /window [number] | ||||
| 23 | |||||
| 24 | or | ||||
| 25 | |||||
| 26 | .. code-block:: cpp | ||||
| 27 | |||||
| 28 | alt -> number | ||||
| 29 | |||||
| 30 | |||||
| 31 | |||||
| 32 | Next window: | ||||
| 33 | |||||
| 34 | .. code-block:: cpp | ||||
| 35 | |||||
| 36 | alt -> right | ||||
| 37 | |||||
| 38 | |||||
| 39 | Previous window: | ||||
| 40 | |||||
| 41 | .. code-block:: cpp | ||||
| 42 | |||||
| 43 | |||||
| 44 | |||||
| 45 | alt -> left | ||||
| 46 | |||||
| 47 | |||||
| 48 | Auto-connect to a network and identify yourself. | ||||
| 49 | ------------------------------------------------------------------------ | ||||
| 50 | |||||
| 51 | .. code-block:: cpp | ||||
| 52 | |||||
| 53 | /SERVER ADD -auto -network freenode irc.freenode.net 6667 password | ||||
| 54 | |||||
| 55 | |||||
| 56 | Add a network and a server | ||||
| 57 | --------------------------- | ||||
| 58 | .. code-block:: cpp | ||||
| 59 | |||||
| 60 | /network add -nick [nick] -realname "[realname]" freenode | ||||
| 61 | |||||
| 62 | /server add -auto -network freenode irc.freenode.net | ||||
| 63 | |||||
| 64 | auto join a channel | ||||
| 65 | ---------------------- | ||||
| 66 | .. code-block:: cpp | ||||
| 67 | |||||
| 68 | /CHANNEL ADD -auto #pylowiki freenode | ||||
| 69 | |||||
| 70 | |||||
| 71 | Search the channel for a pattern | ||||
| 72 | ----------------------------------- | ||||
| 73 | |||||
| 74 | .. code-block:: cpp | ||||
| 75 | |||||
| 76 | /last [search-pattern] | ||||
| 77 | |||||
| 78 | |||||
| rev 3 | rev 4 | ||||
|---|---|---|---|---|---|
| 56 | Add a network and a server | 56 | Add a network and a server | ||
| 57 | --------------------------- | 57 | --------------------------- | ||
| n | 58 | :: | n | 58 | .. code-block:: cpp |
| 59 | 59 | ||||
| 60 | /network add -nick [nick] -realname "[realname]" freenode | 60 | /network add -nick [nick] -realname "[realname]" freenode | ||
| 64 | auto join a channel | 64 | auto join a channel | ||
| 65 | ---------------------- | 65 | ---------------------- | ||
| n | 66 | :: | n | 66 | .. code-block:: cpp |
| 67 | 67 | ||||
| 68 | /CHANNEL ADD -auto #pylowiki freenode | 68 | /CHANNEL ADD -auto #pylowiki freenode | ||
| 72 | ----------------------------------- | 72 | ----------------------------------- | ||
| 73 | 73 | ||||
| t | 74 | :: | t | 74 | .. code-block:: cpp |
| 75 | 75 | ||||
| 76 | /last [search-pattern] | 76 | /last [search-pattern] | ||
| rev 2 | rev 3 | ||||
|---|---|---|---|---|---|
| 49 | ------------------------------------------------------------------------ | 49 | ------------------------------------------------------------------------ | ||
| 50 | 50 | ||||
| t | 51 | :: | t | 51 | .. code-block:: cpp |
| 52 | 52 | ||||
| 53 | /SERVER ADD -auto -network freenode irc.freenode.net 6667 password | 53 | /SERVER ADD -auto -network freenode irc.freenode.net 6667 password | ||
| rev 1 | rev 2 | ||||
|---|---|---|---|---|---|
| 18 | Change to a window | 18 | Change to a window | ||
| 19 | --------------------- | 19 | --------------------- | ||
| n | 20 | :: | n | 20 | .. code-block:: cpp |
| 21 | 21 | ||||
| 22 | /window [number] | 22 | /window [number] | ||
| 23 | 23 | ||||
| n | 24 | or:: | n | 24 | or |
| 25 | |||||
| 26 | .. code-block:: cpp | ||||
| 25 | 27 | ||||
| 26 | alt -> number | 28 | alt -> number | ||
| 27 | 29 | ||||
| n | n | 30 | |||
| 31 | |||||
| 28 | Next window:: | 32 | Next window: | ||
| 33 | |||||
| 34 | .. code-block:: cpp | ||||
| 29 | 35 | ||||
| 30 | alt -> right | 36 | alt -> right | ||
| 31 | 37 | ||||
| t | t | 38 | |||
| 32 | Previous window:: | 39 | Previous window: | ||
| 40 | |||||
| 41 | .. code-block:: cpp | ||||
| 42 | |||||
| 43 | |||||
| 33 | 44 | ||||
| 34 | alt -> left | 45 | alt -> left | ||
| empty | rev 1 | ||||
|---|---|---|---|---|---|
| t | t | 1 | irssi | ||
| 2 | ====== | ||||
| 3 | |||||
| 4 | |||||
| 5 | .. contents:: | ||||
| 6 | |||||
| 7 | |||||
| 8 | irssi is a terminal irc client. Make sure you also take 5 minutes to learn the | ||||
| > | basics of `screen </screen>`_. | ||||
| 9 | |||||
| 10 | This is a pretty awesome article: http://quadpoint.org/articles/irssi | ||||
| 11 | |||||
| 12 | |||||
| 13 | irssi cheatsheet | ||||
| 14 | ================= | ||||
| 15 | |||||
| 16 | List of commands and definitions. | ||||
| 17 | |||||
| 18 | Change to a window | ||||
| 19 | --------------------- | ||||
| 20 | :: | ||||
| 21 | |||||
| 22 | /window [number] | ||||
| 23 | |||||
| 24 | or:: | ||||
| 25 | |||||
| 26 | alt -> number | ||||
| 27 | |||||
| 28 | Next window:: | ||||
| 29 | |||||
| 30 | alt -> right | ||||
| 31 | |||||
| 32 | Previous window:: | ||||
| 33 | |||||
| 34 | alt -> left | ||||
| 35 | |||||
| 36 | |||||
| 37 | Auto-connect to a network and identify yourself. | ||||
| 38 | ------------------------------------------------------------------------ | ||||
| 39 | |||||
| 40 | :: | ||||
| 41 | |||||
| 42 | /SERVER ADD -auto -network freenode irc.freenode.net 6667 password | ||||
| 43 | |||||
| 44 | |||||
| 45 | Add a network and a server | ||||
| 46 | --------------------------- | ||||
| 47 | :: | ||||
| 48 | |||||
| 49 | /network add -nick [nick] -realname "[realname]" freenode | ||||
| 50 | |||||
| 51 | /server add -auto -network freenode irc.freenode.net | ||||
| 52 | |||||
| 53 | auto join a channel | ||||
| 54 | ---------------------- | ||||
| 55 | :: | ||||
| 56 | |||||
| 57 | /CHANNEL ADD -auto #pylowiki freenode | ||||
| 58 | |||||
| 59 | |||||
| 60 | Search the channel for a pattern | ||||
| 61 | ----------------------------------- | ||||
| 62 | |||||
| 63 | :: | ||||
| 64 | |||||
| 65 | /last [search-pattern] | ||||
| 66 | |||||
| 67 | |||||
Remarkbox