diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-22 21:39:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-22 21:39:55 -0400 |
commit | 9816d9e702a23dfae204322fc28092d018b5cfe6 (patch) | |
tree | d7730848043360286e9df02c37a5edf5f8b2d648 /README.md | |
parent | simplified commands (diff) | |
download | kirc-9816d9e702a23dfae204322fc28092d018b5cfe6.tar.gz kirc-9816d9e702a23dfae204322fc28092d018b5cfe6.tar.bz2 kirc-9816d9e702a23dfae204322fc28092d018b5cfe6.tar.xz kirc-9816d9e702a23dfae204322fc28092d018b5cfe6.tar.zst kirc-9816d9e702a23dfae204322fc28092d018b5cfe6.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us ```shell <message> Send a PRIVMSG to the current channel. -/<command> Send command to IRC server. +/<command> Send command to IRC server (see RFC 2812 for full list). /#<channel> Assign new default message channel. /? Print current message channel. ``` |