diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-10-22 18:34:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 18:34:16 -0400 |
commit | e519dc3d7c26b5904955e02d53379daad0968f0f (patch) | |
tree | 34bb78c4b858c60bbedc7170a9bece37e9e76de3 | |
parent | fix bug with server message printing (#71) (diff) | |
download | kirc-e519dc3d7c26b5904955e02d53379daad0968f0f.tar.gz kirc-e519dc3d7c26b5904955e02d53379daad0968f0f.tar.bz2 kirc-e519dc3d7c26b5904955e02d53379daad0968f0f.tar.xz kirc-e519dc3d7c26b5904955e02d53379daad0968f0f.tar.zst kirc-e519dc3d7c26b5904955e02d53379daad0968f0f.zip |
man page: remove forward slash (#75)
-rw-r--r-- | kirc.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ Set default message channel to <channel> .BI <message> Send PRIVMSG to default message channel with <message> as the content .TP -.BI /@<channel|nick> +.BI @<channel|nick> Send PRIVMSG to specified <channel> or <nick> .SH AUTHOR Michael Czigler <michaelczigler at icloud dot com> |