aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2022-01-20 23:00:38 -0500
committerGitHub <noreply@github.com>2022-01-20 23:00:38 -0500
commit7ebf6b9fa2d6b7bf12d52d5f4bf65bfbf6fb889a (patch)
treebac787509caa93ae560d61559115cff0f4470172 /README
parentsend actions to default channel if none specified (#123) (diff)
downloadkirc-7ebf6b9fa2d6b7bf12d52d5f4bf65bfbf6fb889a.tar.gz
kirc-7ebf6b9fa2d6b7bf12d52d5f4bf65bfbf6fb889a.tar.bz2
kirc-7ebf6b9fa2d6b7bf12d52d5f4bf65bfbf6fb889a.tar.xz
kirc-7ebf6b9fa2d6b7bf12d52d5f4bf65bfbf6fb889a.tar.zst
kirc-7ebf6b9fa2d6b7bf12d52d5f4bf65bfbf6fb889a.zip
released at 0.3.0
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 6a9cbc4..1508151 100644
--- a/README
+++ b/README
@@ -26,8 +26,11 @@ Command Aliases
---------------
<message> send PRIVMSG to the current channel.
- @<channel|nick> <message> send message to a specified channel or nick.
- @@<channel|nick> <message> send CTCP ACTION message to a specified channel or nick.
+ @<channel|nick> <message> send PRIVMSG to a specified channel or nick.
+ @@<channel|nick> <message> send CTCP ACTION message to a specified channel or
+ nick (if no channel or nick is specified, the
+ message will be sent to the default channel.
+ the default channel).
/<command> send command to the IRC server (see RFC 2812).
/#<channel> assign new default message channel.