summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-06-19 20:53:40 -0400
committerAdam <Adam@anope.org>2013-06-19 20:53:40 -0400
commit1773eef143bc7bc63e7ffb2da124ea46ae770982 (patch)
tree1356a8b81082bf5685ea6437a2b6512f4e27a927 /include/config.h
parent7704ee7107db8f689b7f9f7179097e0045597507 (diff)
Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of usestrictprivmsg
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 0ea30e5f6..a86a4433a 100644
--- a/include/config.h
+++ b/include/config.h
@@ -102,6 +102,8 @@ namespace Configuration
Anope::string DefLanguage;
/* options:timeoutcheck */
time_t TimeoutCheck;
+ /* options:usestrictprivmsg */
+ bool UseStrictPrivmsg;
/* either "/msg " or "/" */
Anope::string StrictPrivmsg;