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

Comparing ircd-hybrid/branches/8.2.x/modules/m_svsmode.c (file contents):
Revision 5879 by michael, Tue Apr 28 12:23:14 2015 UTC vs.
Revision 5880 by michael, Sun May 3 16:01:42 2015 UTC

# Line 171 | Line 171 | ms_svsmode(struct Client *source_p, int
171  
172   static struct Message svsmode_msgtab =
173   {
174 <  "SVSMODE", NULL, 0, 0, 4, MAXPARA, MFLG_SLOW, 0,
175 <  { m_ignore, m_ignore, ms_svsmode, m_ignore, m_ignore, m_ignore }
174 >  .cmd = "SVSMODE",
175 >  .args_min = 4,
176 >  .args_max = MAXPARA,
177 >  .handlers[UNREGISTERED_HANDLER] = m_ignore,
178 >  .handlers[CLIENT_HANDLER] = m_ignore,
179 >  .handlers[SERVER_HANDLER] = ms_svsmode,
180 >  .handlers[ENCAP_HANDLER] = m_ignore,
181 >  .handlers[OPER_HANDLER] = m_ignore
182   };
183  
184   static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines