ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/listener.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/listener.c (file contents):
Revision 1833 by michael, Fri Apr 19 19:16:09 2013 UTC vs.
Revision 1834 by michael, Fri Apr 19 19:50:27 2013 UTC

# Line 104 | Line 104 | show_ports(struct Client *source_p)
104      if (listener->flags & LISTENER_SSL)
105        *p++ = 's';
106      *p = '\0';
107 <    sendto_one(source_p, RPL_STATSPLINE,
107 >    sendto_one(source_p, form_str(RPL_STATSPLINE),
108                 me.name, source_p->name, 'P', listener->port,
109                 HasUMode(source_p, UMODE_ADMIN) ? listener->name : me.name,
110                 listener->ref_count, buf,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines