diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-07 16:45:50 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-07 16:45:50 -0500 |
| commit | ff02ca89a0b0bae712c6bbc1de6bc50be13010a8 (patch) | |
| tree | ca1fd9fc13be59daa5435879b819586ae0011493 /commands.txt | |
| parent | ca1bc90d962c44a09fc1c61a26cce1c15b786c37 (diff) | |
| download | fujinet-chat-ff02ca89a0b0bae712c6bbc1de6bc50be13010a8.tar.gz | |
start + esc to close a screen, clear screen when closing.
Diffstat (limited to 'commands.txt')
| -rw-r--r-- | commands.txt | 18 |
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. |
