mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 18:42:53 +02:00
parent
7732bbed5e
commit
268138fcbc
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
|
||||
* the server object is safely destroyed. */
|
||||
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