X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/348683aa59f63ac110c129f808c91fc3156ee14f..928e5a35af3dc82bdfbdd041dd3160e0a59aa01d:/src/chanserv.h?ds=sidebyside diff --git a/src/chanserv.h b/src/chanserv.h index 05f21fc..4761993 100644 --- a/src/chanserv.h +++ b/src/chanserv.h @@ -69,6 +69,7 @@ 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. */ @@ -204,7 +205,7 @@ struct do_not_register { char chan_name[CHANNELLEN+1]; char setter[NICKSERV_HANDLE_LEN+1]; - time_t set; + time_t set, expires; char reason[1]; };