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

Comparing ircd-hybrid/branches/8.2.x/modules/m_accept.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 189 | Line 189 | m_accept(struct Client *source_p, int pa
189  
190   static struct Message accept_msgtab =
191   {
192 <  "ACCEPT", NULL, 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
193 <  { m_unregistered, m_accept, m_ignore, m_ignore, m_accept, m_ignore }
192 >  .cmd = "ACCEPT",
193 >  .args_max = MAXPARA,
194 >  .handlers[UNREGISTERED_HANDLER] = m_unregistered,
195 >  .handlers[CLIENT_HANDLER] = m_accept,
196 >  .handlers[SERVER_HANDLER] = m_ignore,
197 >  .handlers[ENCAP_HANDLER] = m_ignore,
198 >  .handlers[OPER_HANDLER] = m_accept
199   };
200  
201   static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines