1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 01:03:12 +02:00

Send RPL_SASLMECHS to clients (#4253, patch from grawity)

This commit is contained in:
Bram Matthys
2016-04-03 11:53:59 +02:00
parent 975996a702
commit f95aa13d5b
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -960,7 +960,7 @@ static char *replies[] = {
/* 905 ERR_SASLTOOLONG */ ":%s 905 %s :SASL message too long",
/* 906 ERR_SASLABORTED */ ":%s 906 %s :SASL authentication aborted",
/* 907 ERR_SASLALREADY */ ":%s 907 %s :You have already completed SASL authentication",
/* 908 */ NULL,
/* 908 RPL_SASLMECHS */ ":%s 908 %s %s :are available SASL mechanisms",
/* 909 */ NULL,
/* 910 */ NULL,
/* 911 */ NULL,