diff options
Diffstat (limited to 'src/protocol/bahamut.c')
-rw-r--r-- | src/protocol/bahamut.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c index 96ff089bb..e00fa2a45 100644 --- a/src/protocol/bahamut.c +++ b/src/protocol/bahamut.c @@ -107,6 +107,7 @@ IRCDVar myIrcd[] = { 0, /* p10 */ NULL, /* character set */ 1, /* reports sync state */ + 0, /* CIDR channelbans */ } , {NULL} @@ -634,7 +635,7 @@ void moduleAddIRCDMsgs(void) { /* first update the cs protect info about this ircd */ updateProtectDetails("PROTECT","PROTECTME","protect","deprotect","AUTOPROTECT","+","-"); - + /* now add the commands */ m = createMessage("401", anope_event_null); addCoreMessage(IRCD,m); m = createMessage("402", anope_event_null); addCoreMessage(IRCD,m); |