diff options
Diffstat (limited to 'kirc.1')
-rw-r--r-- | kirc.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -63,6 +63,9 @@ received. .BI /<command> Send message to IRC host (e.g. /JOIN, /PART, /WHOIS, etc.) .TP +.BI // " <text>" +Send text to current channel (useful when sending '@' and '/', usually to bots) +.TP .BI /#<channel> Set default message channel to <channel> .TP @@ -77,7 +80,7 @@ to specified or .I <nick> .TP -.BI @@<channel|nick> " <message>" +.BI /action <channel|nick> " <message>" Send CTCP ACTION containing .I <message> to specified |