.. contents::
irssi is a terminal irc client. Make sure you also take 5 minutes to
learn the basics of screen </screen>_.
irssi official docs: http://irssi.org/documentation/manual
List of commands and definitions.
.. code-block:: cpp
/window [number]
or
.. code-block:: cpp
alt -> number
Next window:
.. code-block:: cpp
alt -> right
Previous window:
.. code-block:: cpp
alt -> left
Close a channel or window:
.. code-block:: cpp
/window close
.. code-block:: cpp
/SERVER ADD -auto -network freenode irc.freenode.net 6667 password
.. code-block:: cpp
/network add -nick [nick] -realname “[realname]” freenode
/server add -auto -network freenode irc.freenode.net
/connect freenode
.. code-block:: cpp
/CHANNEL ADD -auto #pylowiki freenode
.. code-block:: cpp
/CHANNEL REMOVE
.. code-block:: cpp
/CHANNEL LIST
.. code-block:: cpp
/last [search-pattern]
.. code-block:: cpp
/names
arguments surrounded by < > are mandatory.
arguments surrounded by [ ] are optional.
action
away [message] Set an away message, or use no message to return from being away
chanserv Send a command to chanserv
debug
deop
devoice
help
invite
j
join
kick
list Display a list of chat rooms on the network
me
me
memoserv Send a command to memoserv
mode
msg
names [channel] List the users currently in a channel
nick
nickserv Send a command to nickserv
op
operserv Send a command to operserv
operwall
part [room] [message] Leave the current channel, or a specified channel, with an optional message
ping [nick] Asks how much lag a user (or the server if no user specified) has
query
quit [message] Disconnect from the server, with an optional message
quote [ … ] Send a raw command to the server
remove
say
time Displays the current local time at the IRC server
topic [new topic] View or change the channel topic
umode
voice
wallops
whois [server]