diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 20:39:20 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 20:39:20 +0000 |
commit | db43487faff43bd28801b4661cd60285697b204e (patch) | |
tree | cd7bb7049e6577ed33eba00af76cb44b227e50bd /include/extern.h | |
parent | c30ec33695a71f7a9bde83d32b43a1a93c6315ad (diff) |
Added forceforbidreason directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1721 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-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 9077983e6..36001911c 100644 --- a/include/extern.h +++ b/include/extern.h @@ -294,7 +294,7 @@ E time_t WarningTimeout; E time_t TimeoutCheck; E int KeepLogs; E int KeepBackups; -E int ForceForbidReason; +E bool ForceForbidReason; E int UsePrivmsg; E int UseStrictPrivMsg; E int DumpCore; |