X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fclient.h;h=7110dd09e4a07e9252fdc3b837f418886c81a3e0;hp=c38e30483478c5a4302252bcc06008b98e3d9981;hb=7fbb742f7d849cb57b23f2a76d90950174094719;hpb=53db8a34fb699436ab64a51fe5ac88e88e8c1bec diff --git a/include/client.h b/include/client.h index c38e304..7110dd0 100644 --- a/include/client.h +++ b/include/client.h @@ -660,6 +660,8 @@ struct Client { #define ClearHiddenHost(x) ClrFlag(x, FLAG_HIDDENHOST) /** Clear the client's pending PING flag. */ #define ClearPingSent(x) ClrFlag(x, FLAG_PINGSENT) +/** Clear the client's HUB flag. */ +#define ClearHub(x) ClrFlag(x, FLAG_HUB) /* free flags */ #define FREEFLAG_SOCKET 0x0001 /**< socket needs to be freed */