]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/opserv.h
This is a spam checking module, remember to disable it just comment out the nick...
[irc/evilnet/x3.git] / src / opserv.h
index 8add3e63e3fd83aaecb3d52b16367c5d092a6c73..0d659e552b64f01e54530a682889dbdfc77a3393 100644 (file)
@@ -3,7 +3,7 @@
  *
  * This file is part of x3.
  *
- * srvx is free software; you can redistribute it and/or modify
+ * x3 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.
@@ -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