Author: Michael Poole <mdpoole@troilus.org>
[ircu2.10.12-pk.git] / include / client.h
index c38e30483478c5a4302252bcc06008b98e3d9981..7110dd09e4a07e9252fdc3b837f418886c81a3e0 100644 (file)
@@ -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 */