diff options
Diffstat (limited to 'src/config.c')
-rw-r--r-- | src/config.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c index ba5eeeb78..161197966 100644 --- a/src/config.c +++ b/src/config.c @@ -324,6 +324,8 @@ long unsigned int UserKey1; long unsigned int UserKey2; long unsigned int UserKey3; +int Numeric; + /*************************************************************************/ /* Deprecated directive (dep_) and value checking (chk_) functions: */ @@ -514,6 +516,7 @@ Directive directives[] = { {"NewsCount", {{PARAM_POSINT, PARAM_RELOAD, &NewsCount}}}, {"NewsDB", {{PARAM_STRING, PARAM_RELOAD, &NewsDBName}}}, {"NickservDB", {{PARAM_STRING, PARAM_RELOAD, &NickDBName}}}, + {"Numeric", {{PARAM_POSINT, PARAM_RELOAD, &Numeric}}}, {"PreNickServDB", {{PARAM_STRING, PARAM_RELOAD, &PreNickDBName}}}, {"NSEmailReg", {{PARAM_SET, PARAM_RELOAD, &NSEmailReg}}}, {"NickRegDelay", {{PARAM_INT, PARAM_RELOAD, &NickRegDelay}}}, |