diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-14 03:41:36 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-14 03:41:36 +0000 |
commit | 1acf87b4f028097d63efa79d5502f0a8cf7203b8 (patch) | |
tree | 33ba8ccd96c2aaee6df671f1a642e19bd2fbf9c2 /include | |
parent | 523ed6dd706b13780e32becf54406e1687b62ecb (diff) |
Added notifyall directive to memoserv block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1447 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 3870dee09..70c8b2620 100644 --- a/include/extern.h +++ b/include/extern.h @@ -356,7 +356,7 @@ E bool CSOpersOnly; E int MSMaxMemos; E time_t MSSendDelay; -E int MSNotifyAll; +E bool MSNotifyAll; E int MSMemoReceipt; E int BSDefFlags; |