mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 18:42:53 +02:00
Merge 268138fcbc into c890ecafa0
This commit is contained in:
commit
4d2b936907
1 changed files with 5 additions and 0 deletions
|
|
@ -54,6 +54,11 @@ static void sig_cap_end(IRC_SERVER_REC *server)
|
||||||
* halted and when the control goes back to irc_parse_incoming
|
* halted and when the control goes back to irc_parse_incoming
|
||||||
* the server object is safely destroyed. */
|
* the server object is safely destroyed. */
|
||||||
signal_stop();
|
signal_stop();
|
||||||
|
/* If the server doesn't support the sasl cap then we print a
|
||||||
|
* message to let the user know. */
|
||||||
|
if (!gslist_find_string(server->cap_active, "sasl"))
|
||||||
|
printformat(server, NULL, MSGLEVEL_CRAP, IRCTXT_SASL_ERROR,
|
||||||
|
"The server doesn't support SASL authentication");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue