diff options
Diffstat (limited to 'commands.txt')
| -rw-r--r-- | commands.txt | 13 |
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> |
