# | Line 329 | Line 329 | const struct mode_letter chan_modes[] = | |
---|---|---|
329 | { MODE_REGISTERED, 'r' }, | |
330 | { MODE_SECRET, 's' }, | |
331 | { MODE_TOPICLIMIT, 't' }, | |
332 | + | { MODE_MODREG, 'M' }, |
333 | { MODE_OPERONLY, 'O' }, | |
334 | { MODE_REGONLY, 'R' }, | |
335 | { MODE_SSLONLY, 'S' }, | |
# | Line 1408 | Line 1409 | static struct ChannelMode ModeTable[255] | |
1409 | {chm_nosuch, NULL}, /* J */ | |
1410 | {chm_nosuch, NULL}, /* K */ | |
1411 | {chm_nosuch, NULL}, /* L */ | |
1412 | < | {chm_nosuch, NULL}, /* M */ |
1412 | > | {chm_simple, (void *)MODE_MODREG}, /* M */ |
1413 | {chm_nosuch, NULL}, /* N */ | |
1414 | {chm_operonly, (void *) MODE_OPERONLY}, /* O */ | |
1415 | {chm_nosuch, NULL}, /* P */ |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |