unless ( $twit->authorized ) {
¬ice("Twirssi not autorized to access $service for $user.");
¬ice("Please authorize at the following url, then enter the pin ");
- ¬ice("supplied with /twirssi_oath $user\@$service <pin>");
+ ¬ice("supplied with /twirssi_oauth $user\@$service <pin>");
¬ice($twit->get_authorization_url);
$oauth{pending}{"$user\@$service"} = $twit;
}
}
- if ( my $autouser = Irssi::settings_get_str("twitter_usernames")
- and my $autopass = Irssi::settings_get_str("twitter_passwords") )
- {
+ if ( my $autouser = Irssi::settings_get_str("twitter_usernames") ) {
&cmd_login();
&get_updates;
}