diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-25 01:02:57 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-25 10:13:59 +0800 |
commit | 31358bfdf570e1b482fe4eefa75b5de4063e0ef1 (patch) | |
tree | 740cc068996c87df0187ac822ab36c479651283c /README.md | |
parent | No wonder that didn't work (diff) | |
download | powxy-31358bfdf570e1b482fe4eefa75b5de4063e0ef1.tar.gz powxy-31358bfdf570e1b482fe4eefa75b5de4063e0ef1.tar.zst powxy-31358bfdf570e1b482fe4eefa75b5de4063e0ef1.zip |
configurable irc logging
Diffstat (limited to '')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -86,6 +86,20 @@ Usage of ./powxy: leading zero bits required for the challenge (default 20) -idle-timeout int idle timeout in seconds, 0 for no timeout + -irc-addr string + irc server address (default "irc.runxiyu.org:6697") + -irc-channel string + irc channel (default "#logs") + -irc-net string + irc network transport (default "tcp") + -irc-nick string + irc nick (default "powxy") + -irc-realname string + irc realname (default "powxy") + -irc-tls + irc tls (default true) + -irc-username string + irc username (default "powxy") -listen string address to listen on (default ":8081") -read-header-timeout int |