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=41e3953d1cd5ffab5988acbf099f70d748409154;hp=24181e375e7c0396860ff68ff3ef8bb4866deb3d;hb=47ca178a219d682c589b27e64ee1a4e936cc7bdc;hpb=12db0bdc4fb2d4bf40d6961406400a248bac123c diff --git a/src/ngircd/irc-info.h b/src/ngircd/irc-info.h index 24181e37..41e3953d 100644 --- a/src/ngircd/irc-info.h +++ b/src/ngircd/irc-info.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: irc-info.h,v 1.3 2005/03/19 18:43:48 fw Exp $ + * $Id: irc-info.h,v 1.4 2007/11/21 12:16:36 alex Exp $ * * IRC info commands (header) */ @@ -36,6 +36,7 @@ GLOBAL bool IRC_Send_LUSERS PARAMS(( CLIENT *Client )); GLOBAL bool IRC_Send_NAMES PARAMS(( CLIENT *Client, CHANNEL *Chan )); GLOBAL bool IRC_Show_MOTD PARAMS(( CLIENT *Client )); GLOBAL bool IRC_Send_WHO PARAMS(( CLIENT *Client, CHANNEL *Chan, bool OnlyOps )); +GLOBAL bool IRC_Send_ISUPPORT PARAMS(( CLIENT *Client )); #endif