mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 13:59:47 +01:00
AntiFlood: minor text changes for unbanme
This commit is contained in:
parent
baa33d9fce
commit
624c036146
@ -737,7 +737,7 @@ sub unbanme {
|
||||
my $warning = '';
|
||||
|
||||
if (length $channels_warning) {
|
||||
$warning = " You may use `unbanme` one more time today for $channels_warning; please ensure that your client or connection issues are resolved before using your final `unbanme`.";
|
||||
$warning = " You may use `unbanme` one more time today for $channels_warning; please ensure that your client or connection issues are resolved before using your final `unbanme` of the day.";
|
||||
}
|
||||
|
||||
if (length $channels_disabled) {
|
||||
@ -750,7 +750,7 @@ sub unbanme {
|
||||
return "/msg $nick You were not unbanned at this time.$warning";
|
||||
}
|
||||
} else {
|
||||
return "/msg $nick There is no temporary join-flooding ban set for you.";
|
||||
return "/msg $nick There is no join-flooding ban set for you.";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user