fix refresh of vivivi

This commit is contained in:
root 2016-10-19 09:28:52 +02:00
parent 806790e4c3
commit 0a0a457e51

View File

@ -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.