3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-01-11 04:22:35 +01: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

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