]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/opserv.h
This should fix the nickserv module complaining about not enough parameters when...
[irc/evilnet/x3.git] / src / opserv.h
index 52be1014952c05077f1a9b73eb89d1907df00858..2959b791fe7fee99d3732b977c8c525c6ffa10aa 100644 (file)
@@ -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