diff options
author | stefan11111 <stefan11111@shitposting.expert> | 2025-05-04 01:51:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-03 18:51:16 -0400 |
commit | a6dd1883eaee2ce6222ac3d4eed640fd61ae304b (patch) | |
tree | 3ef4e4639017bd82f1aadbb290773002437eec57 /kirc.1 | |
parent | released at 0.3.2 (#145) (diff) | |
download | kirc-a6dd1883eaee2ce6222ac3d4eed640fd61ae304b.tar.gz kirc-a6dd1883eaee2ce6222ac3d4eed640fd61ae304b.tar.bz2 kirc-a6dd1883eaee2ce6222ac3d4eed640fd61ae304b.tar.xz kirc-a6dd1883eaee2ce6222ac3d4eed640fd61ae304b.tar.zst kirc-a6dd1883eaee2ce6222ac3d4eed640fd61ae304b.zip |
Some unmerged changes I still had laying around (#146)
Co-authored-by: Emeka Nkurumeh <emekankurumeh@outlook.com>
Diffstat (limited to 'kirc.1')
-rw-r--r-- | kirc.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -30,6 +30,9 @@ Overrides the default port (6697) .BI \-c " chan" Specifies the channel(s) to JOIN (delimited by "," or "|") .TP +.BI \-m " mode" +Specifies the permissions for downloaded files (in octal) +.TP .BI \-n " nick" Specifies the NICK connection nickname .TP @@ -87,6 +90,9 @@ Set privmsg target. Useful when sending privmsg's to a nick instead of a chan. .BI // " <text>" Send text to current channel (useful when sending '@' and '/', usually to bots) .TP +.BI /chan_privmsg +Treat all text as a PRIVMSG, until the next /chan_privmsg +.TP .BI /#<channel> Set default message channel to <channel> .TP |