commit ccf6cafd5702b1123984566174106667c39070a5 from: noodle date: Wed Dec 24 20:26:05 2025 UTC fix missing \n in usage message and correct to nwe flag usage in EXAMPLES commit - 333e51c3107833915c41cfcd0939b6ae6faffe2d commit + ccf6cafd5702b1123984566174106667c39070a5 blob - 2809d81a4a80f7a0d805fb323e972d3f1680b4da blob + 4d781faffcc83a3c1633897dcefa253b36804743 --- mata_bot.pl +++ mata_bot.pl @@ -337,7 +337,7 @@ sub evasdrop { } sub usage { - syswrite(STDERR, "usage: ${0} [-d|-v] [-t] [-b path] [-e path] [-h host] [-j join] [-p port] [-q path]"); + syswrite(STDERR, "usage: ${0} [-d|-v] [-t] [-b path] [-e path] [-h host] [-j join] [-p port] [-q path]\n"); exit 1; } blob - eaf9aac6ce92b0a5947d6622ac77a092467bcd42 blob + a0ba990b2d5ffc622315636b5524039670915232 --- matabot.8 +++ matabot.8 @@ -129,7 +129,7 @@ comic. Typical invocation .Po use these flags in your Pa /etc/rc.conf.local Pc Ns : .Pp -.Dl $ matabot -th irc.server.tld -j analognowhere -p 6697 +.Dl $ matabot -t -h irc.server.tld -j analognowhere -p 6697 .Pp Test on a local ircd with verbose logging turned on. (No TLS):