Blame


1 ea9b72ef 2002-05-27 alex /*
2 ea9b72ef 2002-05-27 alex * ngIRCd -- The Next Generation IRC Daemon
3 ea9b72ef 2002-05-27 alex * Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
4 ea9b72ef 2002-05-27 alex *
5 c7f07523 2002-12-12 alex * This program is free software; you can redistribute it and/or modify
6 c7f07523 2002-12-12 alex * it under the terms of the GNU General Public License as published by
7 c7f07523 2002-12-12 alex * the Free Software Foundation; either version 2 of the License, or
8 c7f07523 2002-12-12 alex * (at your option) any later version.
9 c7f07523 2002-12-12 alex * Please read the file COPYING, README and AUTHORS for more information.
10 ea9b72ef 2002-05-27 alex *
11 8adff592 2005-03-19 fw * $Id: irc-op.h,v 1.4 2005/03/19 18:43:48 fw Exp $
12 ea9b72ef 2002-05-27 alex *
13 c7f07523 2002-12-12 alex * Channel operator commands (header)
14 ea9b72ef 2002-05-27 alex */
15 ea9b72ef 2002-05-27 alex
16 ea9b72ef 2002-05-27 alex
17 ea9b72ef 2002-05-27 alex #ifndef __irc_op_h__
18 ea9b72ef 2002-05-27 alex #define __irc_op_h__
19 ea9b72ef 2002-05-27 alex
20 ea9b72ef 2002-05-27 alex
21 8adff592 2005-03-19 fw GLOBAL bool IRC_KICK PARAMS(( CLIENT *Client, REQUEST *Req ));
22 8adff592 2005-03-19 fw GLOBAL bool IRC_INVITE PARAMS(( CLIENT *Client, REQUEST *Req ));
23 ea9b72ef 2002-05-27 alex
24 ea9b72ef 2002-05-27 alex
25 ea9b72ef 2002-05-27 alex #endif
26 ea9b72ef 2002-05-27 alex
27 ea9b72ef 2002-05-27 alex
28 ea9b72ef 2002-05-27 alex /* -eof- */