commit bd94232e64b4cf9da6ada91db50b5dd554e20493 from: noodle date: Wed Jun 18 17:30:07 2025 UTC make matabot's nick rollable at the last character commit - dd5b28e6c5ea21aac50ebd8a565e2f5202ff5960 commit + bd94232e64b4cf9da6ada91db50b5dd554e20493 blob - 45b0b0c08f124a5c3bd7e95cfaf8a172707ee9bf blob + 71a928b583b99b054e80616670bda8c8f89da7c0 --- mata_bot.pl +++ mata_bot.pl @@ -10,7 +10,7 @@ use POSIX qw(strftime); my $SHAREDIR = '/usr/local/share'; my $CHUNK_LENGTH = 1024; my $NICK = 'mata_bot'; -my $NICK_RE = qr/mata_?bo[ity]/i; +my $NICK_RE = qr/mata_?bo[ity]+/i; my $USER = 'mata_bot_beta4'; my $REAL = 'death to technomage!!'; my $MOTHER = 'noodle';