X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/5aa400d2612f104275d7f6b466a71f3139b4375b..87708af4eacee62cfe973fcac527a455b314cfd7:/src/chanserv.h diff --git a/src/chanserv.h b/src/chanserv.h index 79f992a..39c8b7e 100644 --- a/src/chanserv.h +++ b/src/chanserv.h @@ -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,11 +98,13 @@ struct chanData char *registrar; char *topic_mask; + unsigned int maxsetinfo; unsigned int flags : 30; unsigned int may_opchan : 1; unsigned int max; unsigned int last_refresh; unsigned int last_resync; + unsigned int roulette_chamber; unsigned short banCount; /* Lamers, really */ unsigned short userCount; unsigned short lvlOpts[NUM_LEVEL_OPTIONS];