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

Comparing ircd-hybrid/branches/8.2.x/modules/m_oper.c (file contents):
Revision 4545 by michael, Sat Aug 2 16:53:48 2014 UTC vs.
Revision 4546 by michael, Fri Aug 22 08:46:38 2014 UTC

# Line 160 | Line 160 | mo_oper(struct Client *source_p, int par
160  
161   static struct Message oper_msgtab =
162   {
163 <  "OPER", 0, 0, 3, MAXPARA, MFLG_SLOW, 0,
163 >  "OPER", NULL, 0, 0, 3, MAXPARA, MFLG_SLOW, 0,
164    { m_unregistered, m_oper, m_ignore, m_ignore, mo_oper, m_ignore }
165   };
166  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines