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

Comparing ircd-hybrid/trunk/modules/m_oper.c (file contents):
Revision 3155 by michael, Thu Mar 6 20:33:17 2014 UTC vs.
Revision 3156 by michael, Fri Mar 14 19:57:38 2014 UTC

# Line 70 | Line 70 | failed_oper_notice(struct Client *source
70   **      parv[2] = oper password
71   */
72   static int
73 < m_oper(struct Client *client_p, struct Client *source_p,
74 <       int parc, char *parv[])
73 > m_oper(struct Client *source_p, int parc, char *parv[])
74   {
75    struct MaskItem *conf = NULL;
76    const char *name = parv[1];
# Line 143 | Line 142 | m_oper(struct Client *client_p, struct C
142   **      parv[2] = oper password
143   */
144   static int
145 < mo_oper(struct Client *client_p, struct Client *source_p,
147 <        int parc, char *parv[])
145 > mo_oper(struct Client *source_p, int parc, char *parv[])
146   {
147    sendto_one_numeric(source_p, &me, RPL_YOUREOPER);
148    return 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines