aboutsummaryrefslogtreecommitdiff
path: root/commands.txt
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-02 22:03:10 -0500
committerB. Watson <urchlay@slackware.uk>2026-03-02 22:03:10 -0500
commitdc6297d5df43f87d1ed2ea1b5c1f5a5193ec235a (patch)
tree74d28b3aa042a2fb0e5ed5b774db869325da7bda /commands.txt
parentba295fcffbd353e45297bbeec96f681bb4f2e00e (diff)
downloadfujinet-chat-dc6297d5df43f87d1ed2ea1b5c1f5a5193ec235a.tar.gz
Fix "nick already in use" and permutation.
Diffstat (limited to 'commands.txt')
-rw-r--r--commands.txt13
1 files changed, 9 insertions, 4 deletions
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 <channel>
@@ -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 <nick|channel>
-/msg <nick|channel>
+/m <nick|channel> <text>
+/msg <nick|channel> <text>
PRIVMSG to nick or channel.
/q <nick> [<msg>]
@@ -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 <nick> [<channel>]
+/kick <nick> [<channel>]
+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 [<nick>]
With no argument: ping the server. With arg: CTCP ping the nick.
-/me
+/me <action>
CTCP ACTION.
/ver <nick>