]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/chanserv.h
svsnick and 1 param auth
[irc/evilnet/x3.git] / src / chanserv.h
index 670e312b6c22427f27c2ed09d12df6e7322503ee..b4dfccb24f6964484ae2f9d0548e4a635725df3b 100644 (file)
@@ -5,7 +5,7 @@
  *
  * 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
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -98,6 +98,7 @@ struct chanData
     char               *registrar;
     char                *topic_mask;
 
+    unsigned int        maxsetinfo;
     unsigned int       flags : 30;
     unsigned int        may_opchan : 1;
     unsigned int        max;
@@ -226,5 +227,6 @@ void process_adduser_pending(struct userNode *user);
 void wipe_adduser_pending(struct chanNode *channel, struct userNode *user);
 
 int check_bans(struct userNode *user, const char *channel);
+int trace_check_bans(struct userNode *user, struct chanNode *chan);
 
 #endif