diff options
author | Adam <Adam@anope.org> | 2012-10-26 17:30:41 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-26 17:30:41 -0400 |
commit | e1dcf24c98a14340e3c05388b749fb6069592d0e (patch) | |
tree | 51bb3bfbc4240d0130293c53f2926727f712ebb5 /include/config.h | |
parent | 3b24311db6664407b34cce4080b48d18ff2eb997 (diff) |
Add nickserv:modesonid config option to set what modes users get on identify
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 d1e7210e0..0f2e127c2 100644 --- a/include/config.h +++ b/include/config.h @@ -568,6 +568,8 @@ class CoreExport ServerConfig /* Kill & killquick delays before force changing off users */ time_t NSKillQuick; time_t NSKill; + /* Modes set on a user when they identify */ + Anope::string NSModesOnID; /* Core ChanServ modules */ Anope::string ChanCoreModules; |