3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-05-07 07:07:27 +02:00

antiflood: fixed code indentation

This commit is contained in:
Pragmatic Software 2011-12-12 19:40:54 +00:00
parent 2fb0598a0e
commit fa01bdde6f
2 changed files with 11 additions and 11 deletions

View File

@ -486,7 +486,7 @@ sub check_nickserv_accounts {
} }
} }
} }
} }
else { else {
# no nickserv account set yet # no nickserv account set yet
if($mask =~ m/^\Q$nick\E!/i) { if($mask =~ m/^\Q$nick\E!/i) {

View File

@ -13,7 +13,7 @@ use warnings;
# These are set automatically by the build/commit script # These are set automatically by the build/commit script
use constant { use constant {
BUILD_NAME => "PBot", BUILD_NAME => "PBot",
BUILD_REVISION => 335, BUILD_REVISION => 336,
BUILD_DATE => "2011-12-12", BUILD_DATE => "2011-12-12",
}; };