Doxyfy s_numeric.c.
authorMichael Poole <mdpoole@troilus.org>
Thu, 23 Sep 2004 02:07:42 +0000 (02:07 +0000)
committerMichael Poole <mdpoole@troilus.org>
Thu, 23 Sep 2004 02:07:42 +0000 (02:07 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1173 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

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[])
 {