Initial import (again)
[srvx.git] / src / opserv.h
1 /* opserv.h - IRC Operator assistant service
2  * Copyright 2000-2004 srvx Development Team
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2 of the License, or
7  * (at your option) any later version.  Important limitations are
8  * listed in the COPYING file that accompanies this software.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, email srvx-maintainers@srvx.net.
17  */
18
19 #ifndef _opserv_h
20 #define _opserv_h
21
22 void init_opserv(const char *nick);
23 unsigned int gag_create(const char *mask, const char *owner, const char *reason, time_t expires);
24 int opserv_bad_channel(const char *name);
25
26 #endif