diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2022-01-20 23:00:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 23:00:38 -0500 |
commit | 7ebf6b9fa2d6b7bf12d52d5f4bf65bfbf6fb889a (patch) | |
tree | bac787509caa93ae560d61559115cff0f4470172 /README | |
parent | send actions to default channel if none specified (#123) (diff) | |
download | kirc-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-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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. |