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

Comparing ircd-hybrid-8/modules/m_svsnick.c (file contents):
Revision 1474 by michael, Sun Jul 22 14:44:07 2012 UTC vs.
Revision 1569 by michael, Tue Oct 16 18:46:53 2012 UTC

# Line 121 | Line 121 | ms_svsnick(struct Client *client_p, stru
121   }
122  
123   static struct Message svsnick_msgtab = {
124 <  "SVSNICK", 0, 0, 4, MAXPARA, MFLG_SLOW | MFLG_UNREG, 0,
124 >  "SVSNICK", 0, 0, 4, MAXPARA, MFLG_SLOW, 0,
125    {m_ignore, m_ignore, ms_svsnick, m_ignore, m_ignore, m_ignore}
126   };
127  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines