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

Comparing ircd-hybrid/branches/8.2.x/modules/core/m_kick.c (file contents):
Revision 3725 by michael, Sat May 31 16:29:38 2014 UTC vs.
Revision 4546 by michael, Fri Aug 22 08:46:38 2014 UTC

# Line 166 | Line 166 | ms_kick(struct Client *source_p, int par
166  
167   static struct Message kick_msgtab =
168   {
169 <  "KICK", 0, 0, 3, MAXPARA, MFLG_SLOW, 0,
169 >  "KICK", NULL, 0, 0, 3, MAXPARA, MFLG_SLOW, 0,
170    { m_unregistered, m_kick, ms_kick, m_ignore, m_kick, m_ignore }
171   };
172  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines