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

Comparing ircd-hybrid/branches/8.2.x/modules/m_lusers.c (file contents):
Revision 4545 by michael, Sat Aug 2 16:53:48 2014 UTC vs.
Revision 4546 by michael, Fri Aug 22 08:46:38 2014 UTC

# Line 96 | Line 96 | ms_lusers(struct Client *source_p, int p
96  
97   static struct Message lusers_msgtab =
98   {
99 <  "LUSERS", 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
99 >  "LUSERS", NULL, 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
100    { m_unregistered, m_lusers, ms_lusers, m_ignore, ms_lusers, m_ignore }
101   };
102  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines