diff options
Diffstat (limited to 'kike-replies')
-rw-r--r-- | kike-replies | 6 |
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" |