mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Merge pull request #484 from LemonBoy/sasl-misc-adj
Correct the name of the emitted signal.
This commit is contained in:
parent
97e9347ee7
commit
750e324903
@ -71,7 +71,7 @@ static void sasl_fail(IRC_SERVER_REC *server, const char *data, const char *from
|
||||
|
||||
params = event_get_params(data, 2, NULL, &error);
|
||||
|
||||
signal_emit("server sasl fail", 2, server, error);
|
||||
signal_emit("server sasl failure", 2, server, error);
|
||||
|
||||
/* Terminate the negotiation */
|
||||
cap_finish_negotiation(server);
|
||||
|
Loading…
Reference in New Issue
Block a user