X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/1229514e6d1cee2b6ef5a50b3b15ff7745026b53..6d3e983251db74a580b84724fdfefc35e286faad:/src/chmode.c diff --git a/src/chmode.c b/src/chmode.c index 5cbcde3..7095ade 100644 --- a/src/chmode.c +++ b/src/chmode.c @@ -1399,8 +1399,8 @@ struct ChannelMode chmode_table[256] = {chm_nosuch, 0 }, /* @ */ {chm_nosuch, 0 }, /* A */ {chm_nosuch, 0 }, /* B */ - {chm_nosuch, 0 }, /* C */ - {chm_nosuch, 0 }, /* D */ + {chm_simple, MODE_NOCTCP }, /* C */ + {chm_simple, MODE_NOACTION }, /* D */ {chm_nosuch, 0 }, /* E */ {chm_simple, MODE_FREETARGET }, /* F */ {chm_nosuch, 0 }, /* G */ @@ -1416,7 +1416,7 @@ struct ChannelMode chmode_table[256] = {chm_simple, MODE_DISFORWARD }, /* Q */ {chm_nosuch, 0 }, /* R */ {chm_nosuch, 0 }, /* S */ - {chm_nosuch, 0 }, /* T */ + {chm_simple, MODE_NONOTICE }, /* T */ {chm_nosuch, 0 }, /* U */ {chm_nosuch, 0 }, /* V */ {chm_nosuch, 0 }, /* W */