Jump to content

Bitlbee: Difference between revisions

623 bytes added ,  22 May 2017
Added a section on turning off join/leave messages, as suggested by creadak
No edit summary
(Added a section on turning off join/leave messages, as suggested by creadak)
 
(9 intermediate revisions by 3 users not shown)
Line 8: Line 8:
This opens a new window, the bitlbee control window. You'll notice there seems to be another person in this channel called "root". This is the bitlbee system (we'll tell you how to rename it later).
This opens a new window, the bitlbee control window. You'll notice there seems to be another person in this channel called "root". This is the bitlbee system (we'll tell you how to rename it later).


== Starting Bitlbee in irssi==
== Starting Bitlbee in weechat==


To add your bitlbee server to weechat just type in the weechat window
To add your bitlbee server to weechat just type in the weechat window
  /server add bitlbee zeus.redbrick.dcu.ie/8854
  /server add bitlbee bitlbee.redbrick.dcu.ie/6667


Before you connect you must have your nick set up so:
Before you connect you must have your nick set up so:
Line 18: Line 18:
Then to connect simply type
Then to connect simply type
  /connect bitlbee
  /connect bitlbee


== Adding accounts ==
== Adding accounts ==
Line 35: Line 34:


====Facebook====
====Facebook====
  account add jabber username@chat.facebook.com <password>
Official more detailed guide: [https://wiki.bitlbee.org/HowtoFacebookMQTT here]
 
Use the same email you use to log in to facebook, and either your main password or an app password.
 
An app password can be generated via the: [https://www.facebook.com/settings?tab=security&section=per_app_passwords&view security page] on the Facebook website.
account add facebook <email> <password>


==Signing In==
==Signing In==
Once you've set up your accounts turn them on by typing
Once you've set up your accounts turn them on by typing
  account on
  account facebook on


If you have multiple accounts set up you can turn them on one by one by specifing the number (accounts are numbered from 0 in the order you set them up)
If you have multiple accounts set up you can turn them on one by one by specifing the number (accounts are numbered from 0 in the order you set them up)
Line 56: Line 60:
  blist
  blist


In the case of Facebook, you will have a list of user IDs rather than names. You can rename them manually, or get a renaming script for them:
<s>In the case of Facebook, you will have a list of user IDs rather than names. You can rename them manually, or get a renaming script for them:</s>


Weechat: http://www.weechat.org/scripts/source/stable/facebook_rename.py.html/
Tested for weechat only, names are fine
 
Weechat: <s>http://www.weechat.org/scripts/source/stable/facebook_rename.py.html/</s>


Irssi: http://github.com/avar/irssi-bitlbee-facebook-rename
Irssi: http://github.com/avar/irssi-bitlbee-facebook-rename
Line 92: Line 98:
If I get tired of listening to kevin I can simply remove him by typing
If I get tired of listening to kevin I can simply remove him by typing
  remove kevin
  remove kevin
== Turning off join/leave messages ==
They can be pretty annoying. Fortunately turning it off is quite easy
/filter add bitlbee_noise irc.bitlbee.* irc_quit,irc_nick_back *
This assumes your bitlbee server is called "bitlbee"