diff options
author | stefan11111 <stefan11111@shitposting.expert> | 2024-05-25 01:06:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-24 21:06:22 -0400 |
commit | 5153fc90bf83f484571040a3d5e1cb41e6506ecb (patch) | |
tree | bc3388725080232d029de6d1b3445e0a4e0ee7b0 /kirc.1 | |
parent | Merge changes I made in the last year (#136) (diff) | |
download | kirc-5153fc90bf83f484571040a3d5e1cb41e6506ecb.tar.gz kirc-5153fc90bf83f484571040a3d5e1cb41e6506ecb.tar.bz2 kirc-5153fc90bf83f484571040a3d5e1cb41e6506ecb.tar.xz kirc-5153fc90bf83f484571040a3d5e1cb41e6506ecb.tar.zst kirc-5153fc90bf83f484571040a3d5e1cb41e6506ecb.zip |
some code improvements and a new feature (#137)
Co-authored-by: Emeka Nkurumeh <emekankurumeh@outlook.com>
Diffstat (limited to 'kirc.1')
-rw-r--r-- | kirc.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,6 +63,9 @@ received. .BI /<command> Send message to IRC host (e.g. /JOIN, /PART, /WHOIS, etc.) .TP +.BI /setprivmsg <nick> +Set privmsg target. Useful when sending privmsg's to a nick instead of a chan. +.TP .BI // " <text>" Send text to current channel (useful when sending '@' and '/', usually to bots) .TP |