Restricted +O (operonly) channel mode to be set only by ircops
(chm_staff)
This commit is contained in:
parent
fba62b0151
commit
c870fa9f9a
|
@ -28,7 +28,7 @@ _modinit(void)
|
|||
{
|
||||
/* add the channel mode to the available slot */
|
||||
chmode_table['O'].mode_type = find_cflag_slot();
|
||||
chmode_table['O'].set_func = chm_simple;
|
||||
chmode_table['O'].set_func = chm_staff;
|
||||
|
||||
construct_noparam_modes();
|
||||
|
||||
|
|
Loading…
Reference in New Issue