about summary refs log tree commit diff
path: root/bounce.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-06 15:06:17 -0400
committerJune McEnroe <june@causal.agency>2020-07-06 15:08:08 -0400
commitd09477b58e39bb9a301a592e9bc7505b046660e1 (patch)
tree76864f0fa404480e685e94b3748d2ecdf30e3a91 /bounce.h
parentGrant CAP_SETSOCKOPT in dispatch (diff)
downloadpounce-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 'bounce.h')
-rw-r--r--bounce.h2
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);