aboutsummaryrefslogtreecommitdiffstats
path: root/kirc.1
diff options
context:
space:
mode:
authorstefan11111 <stefan11111@shitposting.expert>2024-10-08 13:53:09 +0300
committerGitHub <noreply@github.com>2024-10-08 06:53:09 -0400
commitcb595c56d41b0c38be69a2265d820d4107b0c8a4 (patch)
tree89644b68d18d76657059cfeffd6752d165d50585 /kirc.1
parentsome code improvements and a new feature (#137) (diff)
downloadkirc-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.120
1 files changed, 19 insertions, 1 deletions
diff --git a/kirc.1 b/kirc.1
index ece0b69..85943a5 100644
--- a/kirc.1
+++ b/kirc.1
@@ -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>"