mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Correct the name of the emitted signal.
There's a typo in 'sasl_fail', the signal that's emitted should be 'server sasl failure' and not 'server sasl fail'.
This commit is contained in:
parent
1a6ec1b0b6
commit
f1d0c8ff99
@ -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);
|
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 */
|
/* Terminate the negotiation */
|
||||||
cap_finish_negotiation(server);
|
cap_finish_negotiation(server);
|
||||||
|
Loading…
Reference in New Issue
Block a user