X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/ff3b058ac51e9caf5cf1fd310b8a401a97a85582..964a842d8f29eb5767e64d2028a36cc40ccec911:/src/chanserv.h diff --git a/src/chanserv.h b/src/chanserv.h index 4761993..b4dfccb 100644 --- a/src/chanserv.h +++ b/src/chanserv.h @@ -69,7 +69,6 @@ enum charOption { #define CHANNEL_PEON_INVITE 0x00000080 /* (1 << 7) - DEPRECATED */ #define CHANNEL_OFFCHANNEL 0x00000100 /* (1 << 8) */ #define CHANNEL_HOP_ALL 0x00000200 /* (1 << 9) */ -#define CHANNEL_UNREVIEWED 0x00000400 /* (1 << 9) */ /* Flags with values over 0x20000000 or (1 << 29) will not work * because chanData.flags is a 30-bit field. */ @@ -99,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; @@ -205,7 +205,7 @@ struct do_not_register { char chan_name[CHANNELLEN+1]; char setter[NICKSERV_HANDLE_LEN+1]; - time_t set, expires; + time_t set; char reason[1]; };