3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

Users: minor bugfix

This commit is contained in:
Pragmatic Software 2020-01-30 11:17:17 -08:00
parent cffad7983b
commit 462be8c3d2

View File

@ -74,7 +74,7 @@ sub on_join {
}
if ($u->{autologin}) {
$self->{pbot}->{logger}->log("$nick!$user\@$host autologin to $user->{name} ($user->{level}) for $channel\n");
$self->{pbot}->{logger}->log("$nick!$user\@$host autologin to $u->{name} ($u->{level}) for $channel\n");
$user->{loggedin} = 1;
}
}