diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
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; |