From dab92571b0959a1f1c4805dd6d874421b262aa8c Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Mon, 21 Mar 2016 14:30:44 +0100 Subject: Add authmode sasl New AuthMode sasl added, when this is used all users have to authenticate with sasl. --- irc_commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'irc_commands.c') diff --git a/irc_commands.c b/irc_commands.c index f2d4ddf6..2696eb11 100644 --- a/irc_commands.c +++ b/irc_commands.c @@ -149,6 +149,7 @@ static void irc_cmd_authenticate(irc_t *irc, char **cmd) /* no check_login here - wait for CAP END */ irc_setpass(irc, pass); } + irc->status |= USTATUS_SASL_AUTHENTICATED; } g_free(user); -- cgit v1.2.3