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:
parent
2fb0598a0e
commit
fa01bdde6f
@ -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) {
|
||||||
|
@ -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",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user