diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2022-02-17 21:44:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 21:44:29 -0500 |
commit | 851eed53dd3f251c6d85bd43325ccbe658f39a4d (patch) | |
tree | 9e500dd23cf5d1dd5b8a35c1a1316a8ffb69ae52 /README | |
parent | Allow the option of parsing multiple post-connection commands. (#125) (diff) | |
download | kirc-851eed53dd3f251c6d85bd43325ccbe658f39a4d.tar.gz kirc-851eed53dd3f251c6d85bd43325ccbe658f39a4d.tar.bz2 kirc-851eed53dd3f251c6d85bd43325ccbe658f39a4d.tar.xz kirc-851eed53dd3f251c6d85bd43325ccbe658f39a4d.tar.zst kirc-851eed53dd3f251c6d85bd43325ccbe658f39a4d.zip |
released at 0.3.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -19,8 +19,7 @@ Usage Consult `man kirc` for a full list and explanation of available arguments. kirc [-s hostname] [-p port] [-c channels] [-n nickname] [-r realname] - [-u username] [-k password] [-a token] [-x command] [-o logfile] - [-e|v|V] + [-u username] [-k password] [-a token] [-o logfile] [-e|x|v|V] Command Aliases --------------- @@ -29,8 +28,7 @@ Command Aliases @<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). + message will be sent to the default channel). /<command> send command to the IRC server (see RFC 2812). /#<channel> assign new default message channel. |