Only one punishment per message!

This commit is contained in:
Pragmatic Software 2017-02-21 05:26:26 -08:00
parent b1432a8112
commit aac788831a
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ sub on_public {
$event->{conn}->privmsg($nick, "$nick: Please do not use \@nick to address people. Drop the @ symbol; it's not necessary and it's ugly. You were warned. You will be allowed to speak again in $length.");
}
}
last;
}
}
return 0;