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

Comparing ircd-hybrid-7.2/modules/m_users.c (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 268 by adx, Mon Nov 14 11:02:39 2005 UTC

# Line 76 | Line 76 | m_users(struct Client *client_p, struct
76               ConfigServerHide.hide_servers ? Count.total : Count.local,
77               ConfigServerHide.hide_servers ? Count.total : Count.local,
78               ConfigServerHide.hide_servers ? Count.max_tot : Count.max_loc,
79 <             ConfigServerHide.hide_servers ? Count.max_tot : Count.max_loc);
79 >             ConfigServerHide.hide_servers ? Count.max_tot : Count.max_loc);
80  
81    sendto_one(source_p, form_str(RPL_GLOBALUSERS), me.name, source_p->name,
82               Count.total, Count.max_tot, Count.total, Count.max_tot);

Diff Legend

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