From eb6316c2352f0b50db4167f66528dfaee396f0ff Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 22 Mar 2020 14:32:20 -0400 Subject: Track own host, handle CHGHOST --- chat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 91d175f..468d864 100644 --- a/chat.h +++ b/chat.h @@ -97,6 +97,7 @@ extern struct Network { #define ENUM_CAP \ X("causal.agency/consumer", CapConsumer) \ + X("chghost", CapChghost) \ X("extended-join", CapExtendedJoin) \ X("invite-notify", CapInviteNotify) \ X("multi-prefix", CapMultiPrefix) \ @@ -119,6 +120,7 @@ extern struct Self { char *join; char *nick; char *user; + char *host; enum Color color; char *quit; } self; -- cgit 1.4.1