mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 17:08:29 +01:00
26 lines
426 B
Text
26 lines
426 B
Text
# To connect to an IRC server
|
|
/connect <server domain name>
|
|
|
|
# To join a channel
|
|
/join #<channel name>
|
|
|
|
# To set a nickname
|
|
/nick <my nickname>
|
|
|
|
# To send a private message to a user
|
|
/msg <nickname>
|
|
|
|
# To close the current channel window
|
|
/wc
|
|
|
|
# To switch between channel windows
|
|
ALT+<number>, eg. ALT+1, ALT+2
|
|
|
|
# To list the nicknames within a channel
|
|
/names
|
|
|
|
# To change the topic
|
|
/topic <description>
|
|
|
|
# To quit irssi
|
|
/exit
|