Ramblings

<rant>

Facebook via Bitlbee username renaming script fix

, , ,

I have been using Facebook's XMPP chat for a while in bitlbee now, following the instructions at http://www.mindfuzz.net/?p=155 or http://pthree.org/2010/02/13/facebook-chat-in-bitlbee/ and everything has worked smoothly.

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.

This is perfectly fixable, by simply changing the line:

    $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

NomnomnomUnrecognized character \xC2

Comments

eonblue Tuesday, January 24, 2012 5:07:28 AM

Hi Nicolas, thank you very much for the information, but i don't understand how fix the user name facebook problem. Where is it "bitlbee_rename.pl"? How i can change it?

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

Write a comment

New comments have been disabled for this post.

May 2013
M T W T F S S
April 2013June 2013
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31