commit e8870ffdfbcf31e5318b752ba664287377f1e21d from: jrmu date: Tue Mar 07 17:26:49 2023 UTC Fix bug where approve falls through commit - 151b8170ced57a399c55c8d8fc4061afd03cdb15 commit + e8870ffdfbcf31e5318b752ba664287377f1e21d blob - 700b136f4bfa8609343c6c4c342096683b4b07ca blob + 4fd564078647a45b9e29ecf1cefc9a90ffb0797c --- 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);