diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-26 04:33:40 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-26 04:33:40 +0000 |
commit | 2df19fbcd70187dd35f0352d080959cfb645055e (patch) | |
tree | bb3d4fe867acec2310691af7cd5d5353447b822c /include | |
parent | c49c0e5d6c82babf885b973c2c29df449f4d3404 (diff) |
Added killonsqline directive to operserv block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1478 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r-- | include/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 2e732a0b6..946e9135b 100644 --- a/include/extern.h +++ b/include/extern.h @@ -385,7 +385,7 @@ E time_t SQLineExpiry; E time_t SZLineExpiry; E bool AkillOnAdd; E bool KillonSGline; -E int KillonSQline; +E bool KillonSQline; E int DisableRaw; E int WallOper; E int WallBadOS; |