in reply to Re^3: Regexp problem matching commands for IRC bot
in thread Regexp problem matching commands for IRC bot

Have you tried simply printing out the contents of $message?
print "\$message is '$message'\n";
That should at least help you figure out why it's not matching.