X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-info.h;h=6b6124b9ee9910faa6b9b3003d04926022d11f81;hp=faef75ad9ac37c55021bcca15ab887a5b648a5ff;hb=20b52fe33dc3387d50790ed6da8c47c34277527a;hpb=ddecfcd8310f77974803c9c67431809320646a55 diff --git a/src/ngircd/irc-info.h b/src/ngircd/irc-info.h index faef75ad..6b6124b9 100644 --- a/src/ngircd/irc-info.h +++ b/src/ngircd/irc-info.h @@ -7,16 +7,15 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * $Id: irc-info.h,v 1.6 2008/02/17 13:26:42 alex Exp $ - * - * IRC info commands (header) */ - #ifndef __irc_info_h__ #define __irc_info_h__ +/** + * @file + * IRC info commands (header) + */ GLOBAL bool IRC_ADMIN PARAMS(( CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_INFO PARAMS(( CLIENT *Client, REQUEST *Req )); @@ -30,6 +29,7 @@ GLOBAL bool IRC_SUMMON PARAMS(( CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_TIME PARAMS(( CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_USERHOST PARAMS(( CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_USERS PARAMS(( CLIENT *Client, REQUEST *Req )); +GLOBAL bool IRC_SERVLIST PARAMS(( CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_VERSION PARAMS(( CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_WHO PARAMS(( CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_WHOIS PARAMS(( CLIENT *Client, REQUEST *Req )); @@ -40,8 +40,6 @@ GLOBAL bool IRC_Send_NAMES PARAMS(( CLIENT *Client, CHANNEL *Chan )); GLOBAL bool IRC_Show_MOTD PARAMS(( CLIENT *Client )); GLOBAL bool IRC_Send_ISUPPORT PARAMS(( CLIENT *Client )); - #endif - /* -eof- */