mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 08:58:28 +01:00
Added cheat sheet for irssi
This commit is contained in:
parent
d8ff70dd57
commit
1c081bd83c
1 changed files with 26 additions and 0 deletions
26
cheatsheets/irssi
Normal file
26
cheatsheets/irssi
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# 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
|
Loading…
Reference in a new issue