Commit Diff
--- Shell.pm +++ Shell.pm @@ -102,6 +102,7 @@ sub mshell { foreach my $chan (@teamchans) { main::putserv($bot, "PRIVMSG $chan :$username approved"); } + return; } ### TODO: Check duplicate emails ### my @rows = SQLite::selectrows("irc", "nick", $nick);