From d95af1b6e0d07343049bec988e57b13173d472b9 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 26 Oct 2019 02:10:03 -0400 Subject: Add flags to request TOPIC and NAMES on client connect --- bounce.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index 69ba51d..4945931 100644 --- a/bounce.h +++ b/bounce.h @@ -87,6 +87,8 @@ void clientFormat(struct Client *client, const char *format, ...) size_t clientDiff(const struct Client *client); void clientConsume(struct Client *client); +bool stateJoinNames; +bool stateJoinTopic; bool stateReady(void); void stateParse(char *line); void stateSync(struct Client *client); -- cgit 1.4.1