From: Michael Poole Date: Thu, 23 Sep 2004 02:07:42 +0000 (+0000) Subject: Doxyfy s_numeric.c. X-Git-Url: http://git.pk910.de/?a=commitdiff_plain;h=19e7e2907111b052124e7addad191fec2db3f760;p=ircu2.10.12-pk.git Doxyfy s_numeric.c. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1173 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/ircd/s_numeric.c b/ircd/s_numeric.c index 07e41ab..f42e01c 100644 --- a/ircd/s_numeric.c +++ b/ircd/s_numeric.c @@ -44,6 +44,15 @@ * 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[]) {