diff options
author | Adam <Adam@anope.org> | 2013-05-05 02:49:32 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-05 02:49:32 -0400 |
commit | ee2dcf11b8ff6cad5af4895738f7fe17e3baa9ee (patch) | |
tree | e3d7b9024f3d65b2b2ba069f3208b6b244de0346 /include/config.h | |
parent | e91de41278ff5993973999e4e5095360612ec056 (diff) |
Cache timeoutcheck and fix a typo in example.conf
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 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; |