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

Comparing ircd-hybrid/branches/8.2.x/modules/core/m_message.c (file contents):
Revision 4545 by michael, Tue Aug 19 10:39:22 2014 UTC vs.
Revision 4546 by michael, Fri Aug 22 08:46:38 2014 UTC

# Line 748 | Line 748 | m_notice(struct Client *source_p, int pa
748  
749   static struct Message privmsg_msgtab =
750   {
751 <  "PRIVMSG", 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
751 >  "PRIVMSG", NULL, 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
752    { m_unregistered, m_privmsg, m_privmsg, m_ignore, m_privmsg, m_ignore }
753   };
754  
755   static struct Message notice_msgtab =
756   {
757 <  "NOTICE", 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
757 >  "NOTICE", NULL, 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
758    { m_unregistered, m_notice, m_notice, m_ignore, m_notice, m_ignore }
759   };
760  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines