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 3335 by michael, Sat Apr 5 19:15:11 2014 UTC vs.
Revision 3336 by michael, Fri Apr 18 11:03:09 2014 UTC

# Line 40 | Line 40
40  
41  
42  
43 < /* failed_oper_notice()
43 > /*! \brief Notices all opers of the failed oper attempt if enabled
44   *
45 < * inputs       - pointer to client doing /oper ...
46 < *              - pointer to nick they tried to oper as
47 < *              - pointer to reason they have failed
48 < * output       - nothing
49 < * side effects - notices all opers of the failed oper attempt if enabled
45 > * \param source_p Client doing /oper ...
46 > * \param name     The nick they tried to oper as
47 > * \param reason   The reason why they have failed
48   */
49   static void
50   failed_oper_notice(struct Client *source_p, const char *name,

Diff Legend

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