matabot

a silly irc bot
git clone ssh://anon@git.pastanoggin.com
Log | Files | Refs | README | LICENSE

commit ccf6cafd5702b1123984566174106667c39070a5
parent 333e51c3107833915c41cfcd0939b6ae6faffe2d
Author: noodle <noodle@pastanoggin.com>
Date:   Wed, 24 Dec 2025 20:26:05 +0000

fix missing \n in usage message and correct to nwe flag usage in EXAMPLES

Diffstat:
Mmata_bot.pl | 2+-
Mmatabot.8 | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mata_bot.pl b/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; } diff --git a/matabot.8 b/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):