From dc6297d5df43f87d1ed2ea1b5c1f5a5193ec235a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 2 Mar 2026 22:03:10 -0500 Subject: Fix "nick already in use" and permutation. --- commands.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'commands.txt') diff --git a/commands.txt b/commands.txt index 44ab6c5..0443623 100644 --- a/commands.txt +++ b/commands.txt @@ -7,7 +7,7 @@ reply "/etc/passwd", that would be considered a command. You type "//etc/passwd" and the string "/etc/passwd" gets sent to the channel. Anything that starts with / that isn't listed here gets sent to the -IRC server as-is, minus the /. That's why /who and /whois arent't +IRC server as-is, minus the /. That's why /nick, /who, /whois aren't listed here, for instance. /j @@ -16,8 +16,8 @@ Joins a channel, creates a new screen if possible. If a screen can't be created, channel text will be sent to the [server] screen, and "/m #channel" must be used, to send to the channel. -/m -/msg +/m +/msg PRIVMSG to nick or channel. /q [] @@ -34,10 +34,15 @@ Parts (leaves) a channel. If no #chan is given, the current screen's channel is parted (if you're in a channel screen). If there's a screen for the channel, it gets closed. +/k [] +/kick [] +Kicks a user out of the channel. If no channel given, uses the current +screen's channel. Requires op privilege (+o) on the channel. + /ping [] With no argument: ping the server. With arg: CTCP ping the nick. -/me +/me CTCP ACTION. /ver -- cgit v1.2.3