X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fchannel.h;h=e0aca8dac01daf76f34f82b787378c5ec35e36f8;hb=669a24ecfc453366d9be3727aaea68108ed2e29e;hp=210c4df1c8ecaa381f6dd54c6049b2e246cacce0;hpb=ec53374926d086d0015fe0fa593e3e8d11b95764;p=ircu2.10.12-pk.git diff --git a/include/channel.h b/include/channel.h index 210c4df..e0aca8d 100644 --- a/include/channel.h +++ b/include/channel.h @@ -149,6 +149,7 @@ typedef enum ChannelGetType { #define LISTARG_TOPICLIMITS 0x0001 #define LISTARG_SHOWSECRET 0x0002 +#define LISTARG_NEGATEWILDCARD 0x0004 /** * Maximum acceptable lag time in seconds: A channel younger than @@ -303,6 +304,7 @@ struct ListingArgs { time_t max_topic_time; time_t min_topic_time; unsigned int bucket; + char wildcard[CHANNELLEN]; }; struct ModeBuf {