aboutsummaryrefslogtreecommitdiff
path: root/kike-replies
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-05-28 02:11:23 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-05-28 04:59:20 +0200
commit5a0b2d1c5752c6e6541c9bb8c2ca7f5ce6a58565 (patch)
tree693b9d429d0bf8d3d8e4380200ec59b42da84061 /kike-replies
parentbb451a5050e5083b516d3eebce94deb15a666ddd (diff)
downloadxK-5a0b2d1c5752c6e6541c9bb8c2ca7f5ce6a58565.tar.gz
xK-5a0b2d1c5752c6e6541c9bb8c2ca7f5ce6a58565.tar.xz
xK-5a0b2d1c5752c6e6541c9bb8c2ca7f5ce6a58565.zip
degesch: add trivial SASL EXTERNAL support
Just set `tls_cert`, and add `sasl` to `capabilities`.
Diffstat (limited to 'kike-replies')
-rw-r--r--kike-replies6
1 files changed, 6 insertions, 0 deletions
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"