diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 23:47:54 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 23:47:54 +0000 |
commit | 1a89f2475ccc29a649f36fbb23e545f34b0cfafd (patch) | |
tree | b9b9b6cefc2d6d487950975e3875db0c045eba23 /include/extern.h | |
parent | fc21dbc2ec9f83dde90f69e42e2181a6455903dd (diff) |
Added restrictmail directive in mail block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1624 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 1b1d8a75d..9ff543839 100644 --- a/include/extern.h +++ b/include/extern.h @@ -313,7 +313,7 @@ E int HostNumber; E bool UseMail; E char *SendMailPath; E char *SendFrom; -E int RestrictMail; +E bool RestrictMail; E int MailDelay; E int DontQuoteAddresses; |