diff options
Diffstat (limited to 'include/services.h')
-rw-r--r-- | include/services.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/services.h b/include/services.h index e5fa318c6..dead44dc3 100644 --- a/include/services.h +++ b/include/services.h @@ -180,8 +180,9 @@ typedef struct channel_ Channel; # define BOTSERV_BOTS_MODE "+qS" #endif -#if defined(IRC_BAHAMUT) && !defined(IRC_ULTIMATE3) && !defined(IRC_VIAGRA) && !defined(IRC_RAGE2) +#if defined(IRC_BAHAMUT) # define HAS_NICKIP + #ifdef !defined(IRC_ULTIMATE3) && !defined(IRC_VIAGRA) && !defined(IRC_RAGE2) # define HAS_EXCEPT # define HAS_SVSHOLD # define NICKSERV_MODE "+o" @@ -201,6 +202,7 @@ typedef struct channel_ Channel; # define DEVNULL_ALIAS_MODE "+i" # define GLOBAL_ALIAS_MODE "+io" # define BOTSERV_BOTS_MODE "+" + #endif #endif #ifdef IRC_RAGE2 |