Changeset 803 for trunk/ithildin/modules/ircd/commands/names.c
- Timestamp:
- 05/31/07 15:15:23 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/commands/names.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/commands/names.c
r579 r803 80 80 * command for large channels :/ */ 81 81 LIST_FOREACH(clp, &chan->users, lpchan) { 82 if ( INVIS(clp->cli) && !see)82 if (CLIENT_INVISIBLE(clp->cli) && !see) 83 83 continue; 84 84 if (NAMEBUFLEN < len + ircd.limits.nicklen) {
Note: See TracChangeset
for help on using the changeset viewer.
