mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 21:06:38 +02:00
irc: fix SASL authentication when AUTHENTICATE message is received with a server name (closes #1679)
This commit is contained in:
@@ -479,6 +479,8 @@ TEST(IrcProtocolWithServer, authenticate)
|
||||
|
||||
server_recv ("AUTHENTICATE "
|
||||
"QQDaUzXAmVffxuzFy77XWBGwABBQAgdinelBrKZaR3wE7nsIETuTVY=");
|
||||
server_recv (":server.address AUTHENTICATE "
|
||||
"QQDaUzXAmVffxuzFy77XWBGwABBQAgdinelBrKZaR3wE7nsIETuTVY=");
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user