summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-05-05 02:49:32 -0400
committerAdam <Adam@anope.org>2013-05-05 02:49:32 -0400
commitee2dcf11b8ff6cad5af4895738f7fe17e3baa9ee (patch)
treee3d7b9024f3d65b2b2ba069f3208b6b244de0346 /include/config.h
parente91de41278ff5993973999e4e5095360612ec056 (diff)
Cache timeoutcheck and fix a typo in example.conf
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 ca09c347f..6fb1c244f 100644
--- a/include/config.h
+++ b/include/config.h
@@ -93,6 +93,8 @@ namespace Configuration
bool DefPrivmsg;
/* Default language */
Anope::string DefLanguage;
+ /* options:timeoutcheck */
+ time_t TimeoutCheck;
/* either "/msg " or "/" */
Anope::string StrictPrivmsg;