diff options
author | June McEnroe <june@causal.agency> | 2019-11-15 00:53:46 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-15 00:54:06 -0500 |
commit | 11f941bc4c57af40566616bae1e0aca079493356 (patch) | |
tree | 4df1e80ec0f7ddc481504edab573570e75a4d3d8 /bounce.h | |
parent | Add concept of passive clients (diff) | |
download | pounce-11f941bc4c57af40566616bae1e0aca079493356.tar.gz pounce-11f941bc4c57af40566616bae1e0aca079493356.zip |
Request NAMES on sync by default
This inverts the meaning of -N!
Diffstat (limited to '')
-rw-r--r-- | bounce.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |