mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-11 20:42:38 +01:00
Users: Whoops, used $user instead of $u
This commit is contained in:
parent
a5fbb74095
commit
7373ae6315
@ -75,7 +75,7 @@ sub on_join {
|
||||
|
||||
if ($u->{autologin}) {
|
||||
$self->{pbot}->{logger}->log("$nick!$user\@$host autologin to $u->{name} ($u->{level}) for $channel\n");
|
||||
$user->{loggedin} = 1;
|
||||
$u->{loggedin} = 1;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user