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

Comparing ircd-hybrid/trunk/src/s_user.c (file contents):
Revision 1835 by michael, Fri Apr 19 19:50:27 2013 UTC vs.
Revision 1836 by michael, Fri Apr 19 19:54:11 2013 UTC

# Line 213 | Line 213 | show_lusers(struct Client *source_p)
213      sendto_one(source_p, form_str(RPL_LUSERME),
214                 from, to, Count.local, Count.myserver);
215      sendto_one(source_p, form_str(RPL_LOCALUSERS),
216 <               from, to, Count.local, Count.max_loc,
217 <               Count.local, Count.max_loc);
216 >               from, to, Count.local, Count.max_loc);
217    }
218    else
219    {
220      sendto_one(source_p, form_str(RPL_LUSERME),
221                 from, to, Count.total, 0);
222      sendto_one(source_p, form_str(RPL_LOCALUSERS),
223 <               from, to, Count.total, Count.max_tot,
225 <               Count.total, Count.max_tot);
223 >               from, to, Count.total, Count.max_tot);
224    }
225  
226    sendto_one(source_p, form_str(RPL_GLOBALUSERS),
227 <             from, to, Count.total, Count.max_tot,
230 <             Count.total, Count.max_tot);
227 >             from, to, Count.total, Count.max_tot);
228  
229    if (!ConfigServerHide.hide_servers || HasUMode(source_p, UMODE_OPER))
230      sendto_one(source_p, form_str(RPL_STATSCONN), from, to,

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)