fix refresh of vivivi
This commit is contained in:
parent
806790e4c3
commit
0a0a457e51
@ -91,7 +91,6 @@ sub on_connect {
|
||||
# CONFIG: channels you want us to announce to ...
|
||||
$self->join($channel);
|
||||
#$self->join("#status");
|
||||
&refresh ();
|
||||
}
|
||||
|
||||
# Handles some messages you get when you connect
|
||||
@ -119,6 +118,7 @@ sub on_join {
|
||||
|
||||
printf "*** %s (%s) has joined channel %s\n",
|
||||
$nick, $userhost, $channel;
|
||||
&refresh ();
|
||||
}
|
||||
|
||||
# What to do when we receive a private PRIVMSG.
|
||||
|
Loading…
Reference in New Issue
Block a user