From 1773eef143bc7bc63e7ffb2da124ea46ae770982 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 19 Jun 2013 20:53:40 -0400 Subject: Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of usestrictprivmsg --- include/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/config.h') 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; -- cgit