]> jfr.im git - irc/atheme/atheme.git/commitdiff
Setting CMODE_IMMUNE as .oimmune_mode
authorXenthys <redacted>
Tue, 2 Aug 2016 19:52:09 +0000 (21:52 +0200)
committerGitHub <redacted>
Tue, 2 Aug 2016 19:52:09 +0000 (21:52 +0200)
instead of nothing, as this is the point of having the +M cmode.

modules/protocol/charybdis.c

index f588a2cf91019a09c2b6ed2e3de42f0e997df1d7..3ed6a5f7141e699d6573615a6e95789d3e8df32c 100644 (file)
@@ -35,7 +35,7 @@ ircd_t Charybdis = {
        .halfops_mchar = "+",
        .type = PROTOCOL_CHARYBDIS,
        .perm_mode = CMODE_PERM,
-       .oimmune_mode = 0,
+       .oimmune_mode = CMODE_IMMUNE,
        .ban_like_modes = "beIq",
        .except_mchar = 'e',
        .invex_mchar = 'I',