aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Czigler <37268479+mcpcpc@users.noreply.github.com>2020-09-22 21:39:55 -0400
committerGitHub <noreply@github.com>2020-09-22 21:39:55 -0400
commit9816d9e702a23dfae204322fc28092d018b5cfe6 (patch)
treed7730848043360286e9df02c37a5edf5f8b2d648
parentsimplified commands (diff)
downloadkirc-9816d9e702a23dfae204322fc28092d018b5cfe6.tar.gz
kirc-9816d9e702a23dfae204322fc28092d018b5cfe6.tar.bz2
kirc-9816d9e702a23dfae204322fc28092d018b5cfe6.tar.xz
kirc-9816d9e702a23dfae204322fc28092d018b5cfe6.tar.zst
kirc-9816d9e702a23dfae204322fc28092d018b5cfe6.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2ec5d2a..6e0dd10 100644
--- a/README.md
+++ b/README.md
@@ -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.
```