matabot

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

commit 182fcdb4dc02479e7748c872f6a8d5a0b0fd540b
parent 402253c39d37b317d814246129d6db4a5f5d752a
Author: noodle <noodle@pastanoggin.com>
Date:   Wed,  7 Jan 2026 18:59:11 +0000

TODO: delete getopts because solved and JOIN because ambigious. adda an undef error

Diffstat:
MTODO | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/TODO b/TODO @@ -1,13 +1,12 @@ - allow `hihihihihi' as a greeting (and some variations) - get a different reply for noodle on `thank you' messages - add `what's cooking' to watsup questions -- die if getopts fails due to bad options - add what are you up to to the wassup answers - consider installing and running the bot under a chroot - consider using perl taint as it's used for untrusted input - add `-' as an alternative for `_' in matabot's nick regex -- add a JOIN msg - add an explaination to QUIT msg - add tests - investigate bot qutting too early (PING time might be too low for server) - consider adding a game hosting index that's served by a command +- troubleshoot "length($line = <$sock>) > 0" erroring out due to being undefined when server quits abruptly