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

Comparing ircd-hybrid/trunk/modules/m_info.c (file contents):
Revision 5864 by michael, Tue Apr 28 12:23:30 2015 UTC vs.
Revision 5881 by michael, Sun May 3 16:04:15 2015 UTC

# Line 741 | Line 741 | ms_info(struct Client *source_p, int par
741  
742   static struct Message info_msgtab =
743   {
744 <  "INFO", NULL, 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
745 <  { m_unregistered, m_info, ms_info, m_ignore, ms_info, m_ignore }
744 >  .cmd = "INFO",
745 >  .args_max = MAXPARA,
746 >  .handlers[UNREGISTERED_HANDLER] = m_unregistered,
747 >  .handlers[CLIENT_HANDLER] = m_info,
748 >  .handlers[SERVER_HANDLER] = ms_info,
749 >  .handlers[ENCAP_HANDLER] = m_ignore,
750 >  .handlers[OPER_HANDLER] = ms_info
751   };
752  
753   static void

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)