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

Comparing ircd-hybrid-8/modules/m_help.c (file contents):
Revision 1177 by michael, Tue Aug 9 20:29:20 2011 UTC vs.
Revision 1178 by michael, Mon Aug 15 08:11:31 2011 UTC

# Line 45 | Line 45 | static void dohelp(struct Client *, cons
45   static void sendhelpfile(struct Client *, const char *, const char *);
46  
47   struct Message help_msgtab = {
48 <  "HELP", 0, 0, 0, 0, MFLG_SLOW, 0,
48 >  "HELP", 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
49    {m_unregistered, m_help, m_ignore, m_ignore, mo_help, m_ignore}
50   };
51  
52   struct Message uhelp_msgtab = {
53 <  "UHELP", 0, 0, 0, 0, MFLG_SLOW, 0,
53 >  "UHELP", 0, 0, 0, MAXPARA, MFLG_SLOW, 0,
54    {m_unregistered, m_help, m_ignore, m_ignore, mo_uhelp, m_ignore}
55   };
56  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines