Changeset 803 for trunk/ithildin/modules/ircd/addons/umode_helper.c
- Timestamp:
- 05/31/07 15:15:23 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/addons/umode_helper.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/addons/umode_helper.c
r579 r803 75 75 USERMODE_FUNC(helper_usermode_handler) { 76 76 77 if (set && !CLIENT_MASTER(cli) && ! OPER(cli) &&77 if (set && !CLIENT_MASTER(cli) && !CLIENT_OPERATOR(cli) && 78 78 (by != NULL && !CLIENT_MASTER(by))) 79 79 return 0;
Note: See TracChangeset
for help on using the changeset viewer.
