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

Comparing ircd-hybrid/trunk/modules/m_svsjoin.c (file contents):
Revision 4544 by michael, Tue Jun 10 19:01:12 2014 UTC vs.
Revision 4545 by michael, Fri Aug 22 08:46:13 2014 UTC

# Line 95 | Line 95 | ms_svsjoin(struct Client *source_p, int
95  
96   static struct Message svsjoin_msgtab =
97   {
98 <  "SVSJOIN", 0, 0, 3, MAXPARA, MFLG_SLOW, 0,
98 >  "SVSJOIN", NULL, 0, 0, 3, MAXPARA, MFLG_SLOW, 0,
99    { m_unregistered, m_ignore, ms_svsjoin, m_ignore, m_ignore, m_ignore }
100   };
101  

Diff Legend

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