diff options
author | stefan11111 <stefan11111@shitposting.expert> | 2024-10-08 13:53:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-08 06:53:09 -0400 |
commit | cb595c56d41b0c38be69a2265d820d4107b0c8a4 (patch) | |
tree | 89644b68d18d76657059cfeffd6752d165d50585 /kirc.1 | |
parent | some code improvements and a new feature (#137) (diff) | |
download | kirc-cb595c56d41b0c38be69a2265d820d4107b0c8a4.tar.gz kirc-cb595c56d41b0c38be69a2265d820d4107b0c8a4.tar.bz2 kirc-cb595c56d41b0c38be69a2265d820d4107b0c8a4.tar.xz kirc-cb595c56d41b0c38be69a2265d820d4107b0c8a4.tar.zst kirc-cb595c56d41b0c38be69a2265d820d4107b0c8a4.zip |
remove some magic numbers, clean up DCC ipv4/ipv6 global variable mess and use a union to save memory. (#139)
Co-authored-by: Emeka Nkurumeh <emekankurumeh@outlook.com>
Diffstat (limited to 'kirc.1')
-rw-r--r-- | kirc.1 | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -45,6 +45,24 @@ Specifies the PASS connection password .BI \-a " auth" Specifies SASL PLAIN mechanism authentication token .TP +.BI \-D " dir" +Specifies DCC download directory +.TP +.BI \-o " logfile" +Specifies logfile +.TP +.BI \-4 +Connect via ipv4 only +.TP +.BI \-6 +Connect via ipv6 only +.TP +.BI \-d +Toggle DCC support +.TP +.BI \-f +Filter ansi color codes +.TP .BI \-e Specifies SASL EXTERNAL mechanism .TP @@ -63,7 +81,7 @@ received. .BI /<command> Send message to IRC host (e.g. /JOIN, /PART, /WHOIS, etc.) .TP -.BI /setprivmsg <nick> +.BI /query " <nick>" Set privmsg target. Useful when sending privmsg's to a nick instead of a chan. .TP .BI // " <text>" |