aboutsummaryrefslogtreecommitdiff
path: root/commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'commands.txt')
-rw-r--r--commands.txt18
1 files changed, 14 insertions, 4 deletions
diff --git a/commands.txt b/commands.txt
index fc97941..9641d6d 100644
--- a/commands.txt
+++ b/commands.txt
@@ -23,7 +23,9 @@ PRIVMSG to nick or channel.
/q <nick> [<msg>]
/query <nick> [<msg>]
Creates a screen for PMs to/from <nick> if possible. If <msg> is
-given, sends it to the <nick>.
+given, sends it to the <nick>. <nick> can also be a channel, which
+creates a channel screen for a channel that doesn't already have
+its own screen.
/quit [<msg>]
Quits IRC with optional quit message.
@@ -36,9 +38,13 @@ for the channel, it gets closed.
/ping [<nick>]
With no argument: ping the server. With arg: CTCP ping the nick.
+The contents of RTCLOK are sent as the ping data, so when the
+PONG response is received, the round-trip time can be shown, with
+up to 1/60 (NTSC) or 1/50 (PAL) second accuracy.
/me <action>
-CTCP ACTION.
+CTCP ACTION. Only works in a channel or query screen (eventually
+it'll work in [server] and [private] too)
/ver <nick>
CTCP VERSION.
@@ -52,8 +58,12 @@ This command will be sent to the server as-is. The only reason it's a
local command is so the argument can be required: sending LIST without
any arguments lists every channel on the server, which isn't useful.
-/color <bg> [<fg>] [<border>]
-Set colors. This should be on a per-window basis.
+/color <bg> [<fg>] [<status-active>] [<status-highlight>]
+Set colors. This should be on a per-screen basis, eventually.
+
+/chans
+List all channels we've joined. This will actually be limited to
+something like 20 (who joins more than 20 channels anyway?)
/quote <cmd>
Send raw IRC protocol.