diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-26 04:36:35 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-26 04:36:35 +0000 |
commit | 07824df829c1ae155df1eee8e60e6b8fc5226bd8 (patch) | |
tree | e259fa9eb2108c893b669dd76c2fd34dca6f1403 /include | |
parent | 2df19fbcd70187dd35f0352d080959cfb645055e (diff) |
Added disableraw directive to operserv block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1479 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 946e9135b..ea32a4a63 100644 --- a/include/extern.h +++ b/include/extern.h @@ -386,7 +386,7 @@ E time_t SZLineExpiry; E bool AkillOnAdd; E bool KillonSGline; E bool KillonSQline; -E int DisableRaw; +E bool DisableRaw; E int WallOper; E int WallBadOS; E int WallOSGlobal; |