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

Comparing ircd-hybrid/branches/8.2.x/modules/m_eob.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 75 | Line 75 | ms_eob(struct Client *source_p, int parc
75  
76   static struct Message eob_msgtab =
77   {
78 <  "EOB", NULL, 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
79 <  { m_unregistered, m_ignore, ms_eob, m_ignore, m_ignore, m_ignore }
78 >  .cmd = "EOB",
79 >  .args_max = MAXPARA,
80 >  .handlers[UNREGISTERED_HANDLER] = m_unregistered,
81 >  .handlers[CLIENT_HANDLER] = m_ignore,
82 >  .handlers[SERVER_HANDLER] = ms_eob,
83 >  .handlers[ENCAP_HANDLER] = m_ignore,
84 >  .handlers[OPER_HANDLER] = m_ignore
85   };
86  
87   static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines