From 5a0b2d1c5752c6e6541c9bb8c2ca7f5ce6a58565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 28 May 2021 02:11:23 +0200 Subject: degesch: add trivial SASL EXTERNAL support Just set `tls_cert`, and add `sasl` to `capabilities`. --- kike-replies | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kike-replies') diff --git a/kike-replies b/kike-replies index 942eb38..fc8d6df 100644 --- a/kike-replies +++ b/kike-replies @@ -85,3 +85,9 @@ 482 IRC_ERR_CHANOPRIVSNEEDED "%s :You're not channel operator" 501 IRC_ERR_UMODEUNKNOWNFLAG ":Unknown MODE flag" 502 IRC_ERR_USERSDONTMATCH ":Cannot change mode for other users" +902 IRC_ERR_NICKLOCKED ":You must use a nick assigned to you" +903 IRC_RPL_SASLSUCCESS ":SASL authentication successful" +904 IRC_ERR_SASLFAIL ":SASL authentication failed" +905 IRC_ERR_SASLTOOLONG ":SASL message too long" +906 IRC_ERR_SASLABORTED ":SASL authentication aborted" +907 IRC_ERR_SASLALREADY ":You have already authenticated using SASL" -- cgit v1.2.3