mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 13:59:47 +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');
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user