Doxyfy s_numeric.c.
[ircu2.10.12-pk.git] / ircd / s_numeric.c
index 07e41ab3fc31f455bad41e0c5c565cdbd58f3024..f42e01ce92e6caadc00910fc8201ce61263c9445 100644 (file)
  * the savy approach is NEVER generate an error in response to an... error :)
  */
 
+/** Forwards a numeric message from a remote server.
+ * @param numeric Value of numeric message.
+ * @param nnn If non-zero, treat parv[1] as a numnick; else as a client name.
+ * @param cptr Client that originated the numeric.
+ * @param sptr Peer that sent us the numeric.
+ * @param parc Count of valid arguments in \a parv.
+ * @param parv Argument list.
+ * @return Zero (always).
+ */
 int do_numeric(int numeric, int nnn, struct Client *cptr, struct Client *sptr,
     int parc, char *parv[])
 {