diff options
author | stefan11111 <stefan11111@shitposting.expert> | 2024-01-14 22:07:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-14 15:07:00 -0500 |
commit | 0f70e02c1cf577aca846f1dfccabbd1bc1a4a075 (patch) | |
tree | 544c1ef6629b3cd1a50ea576746eb49a6aca2e42 /kirc.1 | |
parent | released at 0.3.2 (#130) (diff) | |
download | kirc-0f70e02c1cf577aca846f1dfccabbd1bc1a4a075.tar.gz kirc-0f70e02c1cf577aca846f1dfccabbd1bc1a4a075.tar.bz2 kirc-0f70e02c1cf577aca846f1dfccabbd1bc1a4a075.tar.xz kirc-0f70e02c1cf577aca846f1dfccabbd1bc1a4a075.tar.zst kirc-0f70e02c1cf577aca846f1dfccabbd1bc1a4a075.zip |
Merge changes I made in the last year (#136)
Co-authored-by: Emeka Nkurumeh <emekankurumeh@outlook.com>
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 |