]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/chanserv.h
Added authserv advanced option also added autohide to the help file, seems someone...
[irc/evilnet/x3.git] / src / chanserv.h
index 932236d814d3a92c0c48971d4dd13d8ec6771fb5..5cbe221ee9298374583d65685cf3598ed4b5b798 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.
@@ -54,6 +54,7 @@ enum charOption {
     chTopicRefresh,
     chCTCPReaction,
     chBanTimeout,
+    chResync,
     NUM_CHAR_OPTIONS
 };
 
@@ -101,6 +102,7 @@ struct chanData
     unsigned int        may_opchan : 1;
     unsigned int        max;
     unsigned int        last_refresh;
+    unsigned int        last_resync;
     unsigned short      banCount; /* Lamers, really */
     unsigned short      userCount;
     unsigned short      lvlOpts[NUM_LEVEL_OPTIONS];