diff options
author | June McEnroe <june@causal.agency> | 2020-07-06 15:06:17 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-06 15:08:08 -0400 |
commit | d09477b58e39bb9a301a592e9bc7505b046660e1 (patch) | |
tree | 76864f0fa404480e685e94b3748d2ecdf30e3a91 /bounce.h | |
parent | Grant CAP_SETSOCKOPT in dispatch (diff) | |
download | pounce-d09477b58e39bb9a301a592e9bc7505b046660e1.tar.gz pounce-d09477b58e39bb9a301a592e9bc7505b046660e1.zip |
Add -R blind-req option
Allows requesting userhost-in-names on freenode, which is available but hidden.
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 39d1e1f..a58eca1 100644 --- a/bounce.h +++ b/bounce.h @@ -198,7 +198,7 @@ void clientConsume(struct Client *client); extern bool stateNoNames; extern enum Cap stateCaps; void stateLogin( - const char *pass, bool sasl, const char *plain, + const char *pass, enum Cap blind, const char *plain, const char *nick, const char *user, const char *real ); bool stateReady(void); |