]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - extensions/chm_operonly.c
Add description for LOCOPS message.
[irc/rqf/shadowircd.git] / extensions / chm_operonly.c
index 5de15b3d43c03f14029b402cb619ee3ea43cd268..4912e5a7488eacefd39e96b7edbed816cbae1e8b 100644 (file)
@@ -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();