X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Firc-op.h;h=0c8a0f2059128806a65eef980c6c2f04cb84cb8a;hb=c135d0dded909e2e5780697c4066ad44a3f488c8;hp=106fb22d169cf01c811068722d531eb9e9659fe4;hpb=ea9b72ef79a3d15178f191f28b858d1f73b0fb6f;p=ngircd-alex.git diff --git a/src/ngircd/irc-op.h b/src/ngircd/irc-op.h index 106fb22d..0c8a0f20 100644 --- a/src/ngircd/irc-op.h +++ b/src/ngircd/irc-op.h @@ -2,16 +2,15 @@ * ngIRCd -- The Next Generation IRC Daemon * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de) * - * Dieses Programm ist freie Software. Sie koennen es unter den Bedingungen - * der GNU General Public License (GPL), wie von der Free Software Foundation - * herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 - * der Lizenz oder (wenn Sie es wuenschen) jeder spaeteren Version. - * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste - * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * 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-op.h,v 1.1 2002/05/27 11:22:07 alex Exp $ + * $Id: irc-op.h,v 1.4 2005/03/19 18:43:48 fw Exp $ * - * irc-op.h: Befehle zur Channel-Verwaltung (Header) + * Channel operator commands (header) */ @@ -19,9 +18,8 @@ #define __irc_op_h__ -GLOBAL BOOLEAN IRC_KICK PARAMS(( CLIENT *Client, REQUEST *Req )); -GLOBAL BOOLEAN IRC_BAN PARAMS(( CLIENT *Client, REQUEST *Req )); -GLOBAL BOOLEAN IRC_INVITE PARAMS(( CLIENT *Client, REQUEST *Req )); +GLOBAL bool IRC_KICK PARAMS(( CLIENT *Client, REQUEST *Req )); +GLOBAL bool IRC_INVITE PARAMS(( CLIENT *Client, REQUEST *Req )); #endif