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

Comparing ircd-hybrid/trunk/modules/m_help.c (file contents):
Revision 4544 by michael, Sat Aug 2 16:53:22 2014 UTC vs.
Revision 4545 by michael, Fri Aug 22 08:46:13 2014 UTC

# Line 160 | Line 160 | mo_help(struct Client *source_p, int par
160  
161   static struct Message help_msgtab =
162   {
163 <  "HELP", 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
163 >  "HELP", NULL, 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
164    { m_unregistered, m_help, m_ignore, m_ignore, mo_help, m_ignore }
165   };
166  

Diff Legend

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