aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.1
diff options
context:
space:
mode:
Diffstat (limited to 'kirc.1')
-rw-r--r--kirc.123
1 files changed, 20 insertions, 3 deletions
diff --git a/kirc.1 b/kirc.1
index 7ce7dfe..a5f8d65 100644
--- a/kirc.1
+++ b/kirc.1
@@ -32,7 +32,7 @@ Specifies the channel(s) to JOIN (delimited by "," or "|")
.BI \-n " nick"
Specifies the NICK connection nickname
.TP
-.BI \-u " real"
+.BI \-r " real"
Specifies the users real name
.TP
.BI \-u " user"
@@ -52,6 +52,10 @@ Specifies SASL EXTERNAL mechanism
.TP
.BI \-v
Prints the version information to stderr, then exits
+.TP
+.BI \-V
+Increases verbosity. Causes raw IRC messages to be printed when sent or
+received.
.SH COMMANDS
.TP
.BI /<command>
@@ -63,8 +67,21 @@ Set default message channel to <channel>
.BI <message>
Send PRIVMSG to default message channel with <message> as the content
.TP
-.BI @<channel|nick>
-Send PRIVMSG to specified <channel> or <nick>
+.BI @<channel|nick> " <message>"
+Send
+.I <message>
+to specified
+.I <channel>
+or
+.I <nick>
+.TP
+.BI @@<channel|nick>
+Send CTCP ACTION containing
+.I <message>
+to specified
+.I <channel>
+or
+.I <nick>
.SH AUTHOR
Michael Czigler <michaelczigler at icloud dot com>
.SH BUGS