mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 22:09:26 +01:00
Only one punishment per message!
This commit is contained in:
parent
b1432a8112
commit
aac788831a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user