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

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

# Line 41 | Line 41 | static void m_locops(struct Client *, st
41   static void ms_locops(struct Client *, struct Client *, int, char *[]);
42  
43   struct Message locops_msgtab = {
44 <  "LOCOPS", 0, 0, 2, 0, MFLG_SLOW, 0,
44 >  "LOCOPS", 0, 0, 2, MAXPARA, MFLG_SLOW, 0,
45    { m_unregistered, m_not_oper, ms_locops, m_ignore, m_locops, m_ignore }
46   };
47  

Diff Legend

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