mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 12:29:27 +01:00
Slight rewording of join-flood notification message to improve awareness of automatic unbanning
This commit is contained in:
parent
d080a6ff89
commit
e1c4c30743
@ -341,9 +341,7 @@ sub check_flood {
|
||||
|
||||
$self->{pbot}->logger->log("$nick!$user\@$banmask banned for $timeout hours due to join flooding (offense #" . $self->message_history->{$account}->{channels}->{$channel}{offenses} . ").\n");
|
||||
|
||||
$timeout = "several" if($timeout > 8);
|
||||
|
||||
$self->{pbot}->conn->privmsg($nick, "You have been banned from $channel for $timeout hours due to join flooding. If your connection issues have been fixed, or this was an accident, you may request an unban at any time by responding to this message with: unbanme $channel");
|
||||
$self->{pbot}->conn->privmsg($nick, "You have been banned from $channel due to join flooding. If your connection issues have been fixed, or this was an accident, you may request an unban at any time by responding to this message with: unbanme $channel, otherwise you will be automatically unbanned in $timeout hours.");
|
||||
|
||||
$self->message_history->{$account}->{channels}->{$channel}{join_watch} = $max_messages - 2; # give them a chance to rejoin
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ use warnings;
|
||||
# These are set automatically by the build/commit script
|
||||
use constant {
|
||||
BUILD_NAME => "PBot",
|
||||
BUILD_REVISION => 505,
|
||||
BUILD_REVISION => 506,
|
||||
BUILD_DATE => "2014-03-05",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user