Signed-off-by: Dan Boger <dan@peeron.com>
¬ice("Welcome to twirssi!"
. " Perhaps you should add \@twirssi to your friends list,"
. " so you can be notified when a new version is release?"
¬ice("Welcome to twirssi!"
. " Perhaps you should add \@twirssi to your friends list,"
. " so you can be notified when a new version is release?"
- . " Just type /twitter_friend twirssi." );
+ . " Just type /twitter_follow twirssi." );
}
);
Irssi::command_bind(
}
);
Irssi::command_bind(
- "/twitter_friend <username>",
+ "/twitter_follow <username>",
"create_friend",
sub { ¬ice("Following $_[0]"); $nicks{ $_[0] } = time; }
)
);
Irssi::command_bind(
"create_friend",
sub { ¬ice("Following $_[0]"); $nicks{ $_[0] } = time; }
)
);
Irssi::command_bind(
&gen_cmd(
"/twitter_unfriend <username>",
&gen_cmd(
"/twitter_unfriend <username>",
sub { ¬ice("Stopped following $_[0]"); delete $nicks{ $_[0] }; }
)
);
sub { ¬ice("Stopped following $_[0]"); delete $nicks{ $_[0] }; }
)
);