forked from cheat/cheatsheets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
irssi
33 lines (23 loc) · 727 Bytes
/
irssi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# To connect to an IRC server:
/connect <server>
# To join a channel:
/join #<channel>
# To set a nickname:
/nick <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 the active channel:
/names
# To change the channel topic:
/topic <description>
# To limit channel background noise (joins, parts, quits, etc.):
/ignore #foo,#bar JOINS PARTS QUITS NICKS # Quieten only channels `#foo`, `#bar`
/ignore * JOINS PARTS QUITS NICKS # Quieten all channels
# To save the current Irssi session config into the configuration file:
/save
# To quit Irssi:
/exit