From ff02ca89a0b0bae712c6bbc1de6bc50be13010a8 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 7 Mar 2026 16:45:50 -0500 Subject: start + esc to close a screen, clear screen when closing. --- commands.txt | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'commands.txt') 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 [] /query [] Creates a screen for PMs to/from if possible. If is -given, sends it to the . +given, sends it to the . can also be a channel, which +creates a channel screen for a channel that doesn't already have +its own screen. /quit [] Quits IRC with optional quit message. @@ -36,9 +38,13 @@ for the channel, it gets closed. /ping [] 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 -CTCP ACTION. +CTCP ACTION. Only works in a channel or query screen (eventually +it'll work in [server] and [private] too) /ver 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 [] [] -Set colors. This should be on a per-window basis. +/color [] [] [] +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 Send raw IRC protocol. -- cgit v1.2.3