From 34d410dc82e05f4255ec23a9deaff212b7903955 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 11 May 2019 22:11:42 +0100 Subject: Implement authentication in the form of the bouncer having a configurable server password --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 57defb6..d74af82 100644 --- a/config.h +++ b/config.h @@ -11,4 +11,6 @@ int readnames(char *nick, char *username, char *realname); int confrelayseconds(); +int checkpassword(char *password); + #endif -- cgit v1.2.3