Facebook via Bitlbee username renaming script fix
Saturday, May 15, 2010 2:42:32 PM
Until today, when Facebook seems to have renamed the usernames from u12345678 to -12345678. That made the auto rename script fail, as the whois $nick call, interpreted the username with a dash as an option, leading to the following output: Irssi: Unknown option: 12345678.
$server->command("whois $nick");
to:
$server->command(qq{whois "$nick"});
in the bitlbee_rename.pl script.
If anyone could notify the original author of the script, that would be awesome.This is already fixed in: http://github.com/avar/irssi-bitlbee-facebook-rename/commit/251fb9b3529b3d765d4d936f008768707ccbb62d














eonblue # Tuesday, January 24, 2012 5:07:28 AM
I'm using the client IRC of Opera 11,60 on Ubuntu 11,10, and i don't have idea about programing.
Sorry my poor English
Nicolas Mendozanicomen # Monday, February 6, 2012 10:41:11 AM
So basically, just follow the instructions on: http://www.mindfuzz.net/?p=155 or http://pthree.org/2010/02/13/facebook-chat-in-bitlbee/