mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-20 02:49:49 +01:00
IRCHandlers: correct error message typo irc.password -> irc.identify_password
This commit is contained in:
parent
0d56e336be
commit
34d347de12
@ -552,7 +552,7 @@ sub on_sasl_authenticate {
|
|||||||
my $password = $self->{pbot}->{registry}->get_value('irc', 'identify_password');
|
my $password = $self->{pbot}->{registry}->get_value('irc', 'identify_password');
|
||||||
|
|
||||||
if (not defined $password or not length $password) {
|
if (not defined $password or not length $password) {
|
||||||
$self->{pbot}->{logger}->log("Error: Registry entry irc.password is not set.\n");
|
$self->{pbot}->{logger}->log("Error: Registry entry irc.identify_password is not set.\n");
|
||||||
$self->{pbot}->exit;
|
$self->{pbot}->exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user