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 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; |