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

Comparing ircd-hybrid/trunk/modules/m_names.c (file contents):
Revision 3156 by michael, Fri Mar 14 19:57:38 2014 UTC vs.
Revision 3266 by michael, Sat Apr 5 19:15:11 2014 UTC

# Line 37 | Line 37
37   #include "modules.h"
38  
39  
40 < /*
41 < ** m_names
42 < **      parv[0] = command
43 < **      parv[1] = channel
44 < */
40 > /*! \brief NAMES command handler
41 > *
42 > * \param source_p Pointer to allocated Client struct from which the message
43 > *                 originally comes from.  This can be a local or remote client.
44 > * \param parc     Integer holding the number of supplied arguments.
45 > * \param parv     Argument vector where parv[0] .. parv[parc-1] are non-NULL
46 > *                 pointers.
47 > * \note Valid arguments for this command are:
48 > *      - parv[0] = command
49 > *      - parv[1] = channel name
50 > */
51   static int
52   m_names(struct Client *source_p, int parc, char *parv[])
53   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines