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 1674 by michael, Fri Nov 23 21:00:02 2012 UTC vs.
Revision 1699 by michael, Thu Dec 20 11:40:50 2012 UTC

# Line 170 | Line 170 | sendhelpfile(struct Client *source_p, co
170   }
171  
172   static struct Message help_msgtab = {
173 <  "HELP", 0, 0, 0, 0, MFLG_SLOW, 0,
173 >  "HELP", 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
174    {m_unregistered, m_help, m_ignore, m_ignore, mo_help, m_ignore}
175   };
176  
177   static struct Message uhelp_msgtab = {
178 <  "UHELP", 0, 0, 0, 0, MFLG_SLOW, 0,
178 >  "UHELP", 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
179    {m_unregistered, m_help, m_ignore, m_ignore, mo_uhelp, m_ignore}
180   };
181  

Diff Legend

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