Changeset 803 for trunk/ithildin/modules/ircd/commands/notice.c
- Timestamp:
- 05/31/07 15:15:23 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/commands/notice.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/commands/notice.c
r579 r803 170 170 */ 171 171 if (*to == '$') { 172 if (cli != NULL && MYCLIENT(cli) && ! OPER(cli))172 if (cli != NULL && MYCLIENT(cli) && !CLIENT_OPERATOR(cli)) 173 173 sendto_one(cli, RPL_FMT(cli, ERR_NOPRIVILEGES)); 174 174 else
Note: See TracChangeset
for help on using the changeset viewer.
