Changeset 803 for trunk/ithildin/modules/ircd/commands/userhost.c
- Timestamp:
- 05/31/07 15:15:23 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/commands/userhost.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/commands/userhost.c
r579 r803 58 58 if ((target = find_client(cur)) != NULL) 59 59 len += snprintf(buf + len, 512 - len, "%s%s=%c%s@%s ", 60 target->nick, OPER(target) ? "*" : "",60 target->nick, CLIENT_OPERATOR(target) ? "*" : "", 61 61 AWAYMSG(target) ? '-' : '+', target->user, target->host); 62 62
Note: See TracChangeset
for help on using the changeset viewer.
