3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-05 10:58:44 +02:00

Only one punishment per message!

This commit is contained in:
Pragmatic Software 2017-02-21 05:26:26 -08:00
parent b1432a8112
commit aac788831a

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;