Changeset 803 for trunk/ithildin/modules/ircd/addons/cmode_operonly.c
- Timestamp:
- 05/31/07 15:15:23 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/addons/cmode_operonly.c
r613 r803 52 52 struct channel_check_args *ccap = (struct channel_check_args *)data; 53 53 54 if (chanmode_isset(ccap->chan, chanmode_operonly) && !OPER(ccap->cli)) { 54 if (chanmode_isset(ccap->chan, chanmode_operonly) && 55 !CLIENT_OPERATOR(ccap->cli)) { 55 56 /* send them the error and return. */ 56 57 sendto_one(ccap->cli, RPL_FMT(ccap->cli, ERR_NOPRIVILEGES));
Note: See TracChangeset
for help on using the changeset viewer.
