From 11f941bc4c57af40566616bae1e0aca079493356 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 15 Nov 2019 00:53:46 -0500 Subject: Request NAMES on sync by default This inverts the meaning of -N! --- bounce.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bounce.h') diff --git a/bounce.h b/bounce.h index 5afce01..0e12aa5 100644 --- a/bounce.h +++ b/bounce.h @@ -146,7 +146,7 @@ void clientFormat(struct Client *client, const char *format, ...) size_t clientDiff(const struct Client *client); void clientConsume(struct Client *client); -bool stateJoinNames; +bool stateNoNames; enum Cap stateCaps; void stateLogin( const char *pass, bool sasl, const char *plain, -- cgit 1.4.1