Browse Source

+ chat to me on IRCnet /A

Anton 8 months ago
parent
commit
e39d0bdc24
1 changed files with 18 additions and 0 deletions
  1. 18 0
      messaging/irssi.md

+ 18 - 0
messaging/irssi.md

@@ -0,0 +1,18 @@
+
+irssi (IRC client)
+
+```
+/names *    show users on channel
+/whois (nick) (nick)
+            yes, two times to see additional info
+/leave      leave channel
+/join       join channel
+ESC+nro     switch to window number
+/win clo    close window
+/msg        message to somebody
+ESC p       show history up
+ESC n       show history down
+C-n         next window
+C-p         previous window
+C-l         redraw windows
+```