X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d76ed9a966ee3d955c8ef00ecc02e643c2005e2e..0f3e9cfc4b5d0f13085c975e10c0e6c4c8e5fbc3:/src/opserv.h diff --git a/src/opserv.h b/src/opserv.h index 52be101..2959b79 100644 --- a/src/opserv.h +++ b/src/opserv.h @@ -1,7 +1,7 @@ /* opserv.h - IRC Operator assistant service * Copyright 2000-2004 srvx Development Team * - * This file is part of srvx. + * This file is part of x3. * * srvx is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,5 +24,6 @@ void init_opserv(const char *nick); unsigned int gag_create(const char *mask, const char *owner, const char *reason, time_t expires); int opserv_bad_channel(const char *name); +unsigned int opserv_conf_admin_level(); #endif