<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.redbrick.dcu.ie/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mikello</id>
	<title>Redbrick Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.redbrick.dcu.ie/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mikello"/>
	<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/Special:Contributions/Mikello"/>
	<updated>2026-04-22T00:17:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Bitlbee&amp;diff=10895</id>
		<title>Bitlbee</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Bitlbee&amp;diff=10895"/>
		<updated>2017-04-23T01:06:51Z</updated>

		<summary type="html">&lt;p&gt;Mikello: /* Facebook */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitlbee tunnels instant messaging traffic (including MSN, ICQ, Yahoo, Jabber) to a virtual IRC channel and virtual IRC queries. What does that mean in english I hear you say. Basically it lets you connect to yahoo, msn or google talk through your redbrick chat.&lt;br /&gt;
&lt;br /&gt;
== Starting Bitlbee in irssi==&lt;br /&gt;
&lt;br /&gt;
To start bitlbee in irssi type&lt;br /&gt;
 /connect bitlbee&lt;br /&gt;
&lt;br /&gt;
This opens a new window, the bitlbee control window. You&#039;ll notice there seems to be another person in this channel called &amp;quot;root&amp;quot;. This is the bitlbee system (we&#039;ll tell you how to rename it later).&lt;br /&gt;
&lt;br /&gt;
== Starting Bitlbee in weechat==&lt;br /&gt;
&lt;br /&gt;
To add your bitlbee server to weechat just type in the weechat window&lt;br /&gt;
 /server add bitlbee zeus.redbrick.dcu.ie/8854&lt;br /&gt;
&lt;br /&gt;
Before you connect you must have your nick set up so:&lt;br /&gt;
 /set irc.server.bitlbee.nicks &amp;quot;your nick&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Then to connect simply type&lt;br /&gt;
 /connect bitlbee&lt;br /&gt;
&lt;br /&gt;
== Adding accounts ==&lt;br /&gt;
This section tells you how to add accounts to the system.&lt;br /&gt;
&lt;br /&gt;
====MSN====&lt;br /&gt;
 account add msn &amp;lt;msn address&amp;gt; &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Yahoo====&lt;br /&gt;
 account add yahoo username@yahoo.com &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Google Talk====&lt;br /&gt;
 account add jabber username@gmail.com&lt;br /&gt;
 account gtalk set oauth on [&#039;&#039;&#039;Follow on-screen commands to authenticate using OAuth&#039;&#039;&#039;]&lt;br /&gt;
 account gtalk on&lt;br /&gt;
&lt;br /&gt;
====Facebook====&lt;br /&gt;
Official more detailed guide: [https://wiki.bitlbee.org/HowtoFacebookMQTT here]&lt;br /&gt;
&lt;br /&gt;
Use the same email you use to log in to facebook, and either your main password or an app password.&lt;br /&gt;
&lt;br /&gt;
An app password can be generated via the:  [https://www.facebook.com/settings?tab=security&amp;amp;section=per_app_passwords&amp;amp;view security page] on the Facebook website.&lt;br /&gt;
 account add facebook &amp;lt;email&amp;gt; &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Signing In==&lt;br /&gt;
Once you&#039;ve set up your accounts turn them on by typing&lt;br /&gt;
 account facebook on&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
 account list&lt;br /&gt;
will tell you the numbers associated with each of your accounts. To turn on account one type&lt;br /&gt;
 account on 1&lt;br /&gt;
&lt;br /&gt;
Similarly you can sign out by typing&lt;br /&gt;
 account off&lt;br /&gt;
 account off 1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Seeing who else is signed in ===&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably noticed by now that you&#039;ve been joined in this channel by your buddies. Using the /names command as usual will tell you who is signed in, but you&#039;ll see much more information by typing&lt;br /&gt;
 blist&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;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:&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tested for weechat only, names are fine&lt;br /&gt;
&lt;br /&gt;
Weechat: &amp;lt;s&amp;gt;http://www.weechat.org/scripts/source/stable/facebook_rename.py.html/&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Irssi: http://github.com/avar/irssi-bitlbee-facebook-rename&lt;br /&gt;
&lt;br /&gt;
== Sending a message ==&lt;br /&gt;
&lt;br /&gt;
You can use bitlbee in two ways - either talk directly to your buddies in the bitlbee window, or open pms with them by typing /msg as you would to normally open a PM. you&#039;ll notice that irssi is somethimes including the server in the /msg command as you use the tab complete e.g.&lt;br /&gt;
 /msg -Redbrick undone&lt;br /&gt;
 /msg -bitlbee landa2&lt;br /&gt;
it&#039;s nothing to worry about :D&lt;br /&gt;
&lt;br /&gt;
== NickNames ==&lt;br /&gt;
&lt;br /&gt;
===Setting your nickname===&lt;br /&gt;
Bitlbee allows you to set different nicknames for each of the account you have connected. First need to know the number of the account you want to add them to (see above). For example if I want to change my name on MSN to Sleepy Guy, and msn is account 1 I would type&lt;br /&gt;
 nick 1 &amp;quot;Sleepy Guy&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Setting nicknames for other people===&lt;br /&gt;
When you use your regular IM client you can see the names that each of your buddies has set for themselves, but on bitlbee you can only see the first part of their email address. This can get quite annoying if people have strange email addresses. So, for example if your friend Kevin happenns to have a strange email address like undoneisthecoolestever@hotmail.com you can rename him to just kev by typing&lt;br /&gt;
 rename undoneisthecoolestguyever kev&lt;br /&gt;
&lt;br /&gt;
You can also use this command to rename &amp;quot;root&amp;quot; to whatever you like.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding new buddies ==&lt;br /&gt;
&lt;br /&gt;
Occasionally you&#039;ll want to add new buddies. For example if my msn account is number 1 and i want to add undone@hotmail.com I would type&lt;br /&gt;
 add 1 undone@hotmail.com&lt;br /&gt;
&lt;br /&gt;
You can also specify custom names when you add new buddies&lt;br /&gt;
 add 1 undone@hotmail.com kevin&lt;br /&gt;
&lt;br /&gt;
If I get tired of listening to kevin I can simply remove him by typing&lt;br /&gt;
 remove kevin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting more help ==&lt;br /&gt;
The help in bitlbee tells you how to use every command, just type help in your bitlbee channel for more&lt;br /&gt;
&lt;br /&gt;
[[Category:Helpdesk]]&lt;/div&gt;</summary>
		<author><name>Mikello</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Bitlbee&amp;diff=10894</id>
		<title>Bitlbee</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Bitlbee&amp;diff=10894"/>
		<updated>2017-04-23T01:06:03Z</updated>

		<summary type="html">&lt;p&gt;Mikello: /* Facebook */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitlbee tunnels instant messaging traffic (including MSN, ICQ, Yahoo, Jabber) to a virtual IRC channel and virtual IRC queries. What does that mean in english I hear you say. Basically it lets you connect to yahoo, msn or google talk through your redbrick chat.&lt;br /&gt;
&lt;br /&gt;
== Starting Bitlbee in irssi==&lt;br /&gt;
&lt;br /&gt;
To start bitlbee in irssi type&lt;br /&gt;
 /connect bitlbee&lt;br /&gt;
&lt;br /&gt;
This opens a new window, the bitlbee control window. You&#039;ll notice there seems to be another person in this channel called &amp;quot;root&amp;quot;. This is the bitlbee system (we&#039;ll tell you how to rename it later).&lt;br /&gt;
&lt;br /&gt;
== Starting Bitlbee in weechat==&lt;br /&gt;
&lt;br /&gt;
To add your bitlbee server to weechat just type in the weechat window&lt;br /&gt;
 /server add bitlbee zeus.redbrick.dcu.ie/8854&lt;br /&gt;
&lt;br /&gt;
Before you connect you must have your nick set up so:&lt;br /&gt;
 /set irc.server.bitlbee.nicks &amp;quot;your nick&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Then to connect simply type&lt;br /&gt;
 /connect bitlbee&lt;br /&gt;
&lt;br /&gt;
== Adding accounts ==&lt;br /&gt;
This section tells you how to add accounts to the system.&lt;br /&gt;
&lt;br /&gt;
====MSN====&lt;br /&gt;
 account add msn &amp;lt;msn address&amp;gt; &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Yahoo====&lt;br /&gt;
 account add yahoo username@yahoo.com &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Google Talk====&lt;br /&gt;
 account add jabber username@gmail.com&lt;br /&gt;
 account gtalk set oauth on [&#039;&#039;&#039;Follow on-screen commands to authenticate using OAuth&#039;&#039;&#039;]&lt;br /&gt;
 account gtalk on&lt;br /&gt;
&lt;br /&gt;
====Facebook====&lt;br /&gt;
Use the same email you use to log in to facebook, and either your main password or an app password.&lt;br /&gt;
&lt;br /&gt;
An app password can be generated via the:  [https://www.facebook.com/settings?tab=security&amp;amp;section=per_app_passwords&amp;amp;view security page] on the Facebook website.&lt;br /&gt;
 account add facebook &amp;lt;email&amp;gt; &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Official full guide: [https://wiki.bitlbee.org/HowtoFacebookMQTT here]&lt;br /&gt;
&lt;br /&gt;
==Signing In==&lt;br /&gt;
Once you&#039;ve set up your accounts turn them on by typing&lt;br /&gt;
 account facebook on&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
 account list&lt;br /&gt;
will tell you the numbers associated with each of your accounts. To turn on account one type&lt;br /&gt;
 account on 1&lt;br /&gt;
&lt;br /&gt;
Similarly you can sign out by typing&lt;br /&gt;
 account off&lt;br /&gt;
 account off 1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Seeing who else is signed in ===&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably noticed by now that you&#039;ve been joined in this channel by your buddies. Using the /names command as usual will tell you who is signed in, but you&#039;ll see much more information by typing&lt;br /&gt;
 blist&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;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:&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tested for weechat only, names are fine&lt;br /&gt;
&lt;br /&gt;
Weechat: &amp;lt;s&amp;gt;http://www.weechat.org/scripts/source/stable/facebook_rename.py.html/&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Irssi: http://github.com/avar/irssi-bitlbee-facebook-rename&lt;br /&gt;
&lt;br /&gt;
== Sending a message ==&lt;br /&gt;
&lt;br /&gt;
You can use bitlbee in two ways - either talk directly to your buddies in the bitlbee window, or open pms with them by typing /msg as you would to normally open a PM. you&#039;ll notice that irssi is somethimes including the server in the /msg command as you use the tab complete e.g.&lt;br /&gt;
 /msg -Redbrick undone&lt;br /&gt;
 /msg -bitlbee landa2&lt;br /&gt;
it&#039;s nothing to worry about :D&lt;br /&gt;
&lt;br /&gt;
== NickNames ==&lt;br /&gt;
&lt;br /&gt;
===Setting your nickname===&lt;br /&gt;
Bitlbee allows you to set different nicknames for each of the account you have connected. First need to know the number of the account you want to add them to (see above). For example if I want to change my name on MSN to Sleepy Guy, and msn is account 1 I would type&lt;br /&gt;
 nick 1 &amp;quot;Sleepy Guy&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Setting nicknames for other people===&lt;br /&gt;
When you use your regular IM client you can see the names that each of your buddies has set for themselves, but on bitlbee you can only see the first part of their email address. This can get quite annoying if people have strange email addresses. So, for example if your friend Kevin happenns to have a strange email address like undoneisthecoolestever@hotmail.com you can rename him to just kev by typing&lt;br /&gt;
 rename undoneisthecoolestguyever kev&lt;br /&gt;
&lt;br /&gt;
You can also use this command to rename &amp;quot;root&amp;quot; to whatever you like.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding new buddies ==&lt;br /&gt;
&lt;br /&gt;
Occasionally you&#039;ll want to add new buddies. For example if my msn account is number 1 and i want to add undone@hotmail.com I would type&lt;br /&gt;
 add 1 undone@hotmail.com&lt;br /&gt;
&lt;br /&gt;
You can also specify custom names when you add new buddies&lt;br /&gt;
 add 1 undone@hotmail.com kevin&lt;br /&gt;
&lt;br /&gt;
If I get tired of listening to kevin I can simply remove him by typing&lt;br /&gt;
 remove kevin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting more help ==&lt;br /&gt;
The help in bitlbee tells you how to use every command, just type help in your bitlbee channel for more&lt;br /&gt;
&lt;br /&gt;
[[Category:Helpdesk]]&lt;/div&gt;</summary>
		<author><name>Mikello</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Bitlbee&amp;diff=10893</id>
		<title>Bitlbee</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Bitlbee&amp;diff=10893"/>
		<updated>2017-04-23T00:59:52Z</updated>

		<summary type="html">&lt;p&gt;Mikello: /* Seeing who else is signed in */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitlbee tunnels instant messaging traffic (including MSN, ICQ, Yahoo, Jabber) to a virtual IRC channel and virtual IRC queries. What does that mean in english I hear you say. Basically it lets you connect to yahoo, msn or google talk through your redbrick chat.&lt;br /&gt;
&lt;br /&gt;
== Starting Bitlbee in irssi==&lt;br /&gt;
&lt;br /&gt;
To start bitlbee in irssi type&lt;br /&gt;
 /connect bitlbee&lt;br /&gt;
&lt;br /&gt;
This opens a new window, the bitlbee control window. You&#039;ll notice there seems to be another person in this channel called &amp;quot;root&amp;quot;. This is the bitlbee system (we&#039;ll tell you how to rename it later).&lt;br /&gt;
&lt;br /&gt;
== Starting Bitlbee in weechat==&lt;br /&gt;
&lt;br /&gt;
To add your bitlbee server to weechat just type in the weechat window&lt;br /&gt;
 /server add bitlbee zeus.redbrick.dcu.ie/8854&lt;br /&gt;
&lt;br /&gt;
Before you connect you must have your nick set up so:&lt;br /&gt;
 /set irc.server.bitlbee.nicks &amp;quot;your nick&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Then to connect simply type&lt;br /&gt;
 /connect bitlbee&lt;br /&gt;
&lt;br /&gt;
== Adding accounts ==&lt;br /&gt;
This section tells you how to add accounts to the system.&lt;br /&gt;
&lt;br /&gt;
====MSN====&lt;br /&gt;
 account add msn &amp;lt;msn address&amp;gt; &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Yahoo====&lt;br /&gt;
 account add yahoo username@yahoo.com &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Google Talk====&lt;br /&gt;
 account add jabber username@gmail.com&lt;br /&gt;
 account gtalk set oauth on [&#039;&#039;&#039;Follow on-screen commands to authenticate using OAuth&#039;&#039;&#039;]&lt;br /&gt;
 account gtalk on&lt;br /&gt;
&lt;br /&gt;
====Facebook====&lt;br /&gt;
Use the same email you use to log in to facebook, and either your main password or an app password.&lt;br /&gt;
&lt;br /&gt;
An app password can be generated via the:  [https://www.facebook.com/settings?tab=security&amp;amp;section=per_app_passwords&amp;amp;view security page] on the Facebook website.&lt;br /&gt;
 account add facebook &amp;lt;email&amp;gt; &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Signing In==&lt;br /&gt;
Once you&#039;ve set up your accounts turn them on by typing&lt;br /&gt;
 account facebook on&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
 account list&lt;br /&gt;
will tell you the numbers associated with each of your accounts. To turn on account one type&lt;br /&gt;
 account on 1&lt;br /&gt;
&lt;br /&gt;
Similarly you can sign out by typing&lt;br /&gt;
 account off&lt;br /&gt;
 account off 1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Seeing who else is signed in ===&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably noticed by now that you&#039;ve been joined in this channel by your buddies. Using the /names command as usual will tell you who is signed in, but you&#039;ll see much more information by typing&lt;br /&gt;
 blist&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;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:&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Tested for weechat only, names are fine&lt;br /&gt;
&lt;br /&gt;
Weechat: &amp;lt;s&amp;gt;http://www.weechat.org/scripts/source/stable/facebook_rename.py.html/&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Irssi: http://github.com/avar/irssi-bitlbee-facebook-rename&lt;br /&gt;
&lt;br /&gt;
== Sending a message ==&lt;br /&gt;
&lt;br /&gt;
You can use bitlbee in two ways - either talk directly to your buddies in the bitlbee window, or open pms with them by typing /msg as you would to normally open a PM. you&#039;ll notice that irssi is somethimes including the server in the /msg command as you use the tab complete e.g.&lt;br /&gt;
 /msg -Redbrick undone&lt;br /&gt;
 /msg -bitlbee landa2&lt;br /&gt;
it&#039;s nothing to worry about :D&lt;br /&gt;
&lt;br /&gt;
== NickNames ==&lt;br /&gt;
&lt;br /&gt;
===Setting your nickname===&lt;br /&gt;
Bitlbee allows you to set different nicknames for each of the account you have connected. First need to know the number of the account you want to add them to (see above). For example if I want to change my name on MSN to Sleepy Guy, and msn is account 1 I would type&lt;br /&gt;
 nick 1 &amp;quot;Sleepy Guy&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Setting nicknames for other people===&lt;br /&gt;
When you use your regular IM client you can see the names that each of your buddies has set for themselves, but on bitlbee you can only see the first part of their email address. This can get quite annoying if people have strange email addresses. So, for example if your friend Kevin happenns to have a strange email address like undoneisthecoolestever@hotmail.com you can rename him to just kev by typing&lt;br /&gt;
 rename undoneisthecoolestguyever kev&lt;br /&gt;
&lt;br /&gt;
You can also use this command to rename &amp;quot;root&amp;quot; to whatever you like.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding new buddies ==&lt;br /&gt;
&lt;br /&gt;
Occasionally you&#039;ll want to add new buddies. For example if my msn account is number 1 and i want to add undone@hotmail.com I would type&lt;br /&gt;
 add 1 undone@hotmail.com&lt;br /&gt;
&lt;br /&gt;
You can also specify custom names when you add new buddies&lt;br /&gt;
 add 1 undone@hotmail.com kevin&lt;br /&gt;
&lt;br /&gt;
If I get tired of listening to kevin I can simply remove him by typing&lt;br /&gt;
 remove kevin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting more help ==&lt;br /&gt;
The help in bitlbee tells you how to use every command, just type help in your bitlbee channel for more&lt;br /&gt;
&lt;br /&gt;
[[Category:Helpdesk]]&lt;/div&gt;</summary>
		<author><name>Mikello</name></author>
	</entry>
	<entry>
		<id>https://wiki.redbrick.dcu.ie/index.php?title=Bitlbee&amp;diff=10892</id>
		<title>Bitlbee</title>
		<link rel="alternate" type="text/html" href="https://wiki.redbrick.dcu.ie/index.php?title=Bitlbee&amp;diff=10892"/>
		<updated>2017-04-23T00:52:07Z</updated>

		<summary type="html">&lt;p&gt;Mikello: /* Facebook */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bitlbee tunnels instant messaging traffic (including MSN, ICQ, Yahoo, Jabber) to a virtual IRC channel and virtual IRC queries. What does that mean in english I hear you say. Basically it lets you connect to yahoo, msn or google talk through your redbrick chat.&lt;br /&gt;
&lt;br /&gt;
== Starting Bitlbee in irssi==&lt;br /&gt;
&lt;br /&gt;
To start bitlbee in irssi type&lt;br /&gt;
 /connect bitlbee&lt;br /&gt;
&lt;br /&gt;
This opens a new window, the bitlbee control window. You&#039;ll notice there seems to be another person in this channel called &amp;quot;root&amp;quot;. This is the bitlbee system (we&#039;ll tell you how to rename it later).&lt;br /&gt;
&lt;br /&gt;
== Starting Bitlbee in weechat==&lt;br /&gt;
&lt;br /&gt;
To add your bitlbee server to weechat just type in the weechat window&lt;br /&gt;
 /server add bitlbee zeus.redbrick.dcu.ie/8854&lt;br /&gt;
&lt;br /&gt;
Before you connect you must have your nick set up so:&lt;br /&gt;
 /set irc.server.bitlbee.nicks &amp;quot;your nick&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Then to connect simply type&lt;br /&gt;
 /connect bitlbee&lt;br /&gt;
&lt;br /&gt;
== Adding accounts ==&lt;br /&gt;
This section tells you how to add accounts to the system.&lt;br /&gt;
&lt;br /&gt;
====MSN====&lt;br /&gt;
 account add msn &amp;lt;msn address&amp;gt; &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Yahoo====&lt;br /&gt;
 account add yahoo username@yahoo.com &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Google Talk====&lt;br /&gt;
 account add jabber username@gmail.com&lt;br /&gt;
 account gtalk set oauth on [&#039;&#039;&#039;Follow on-screen commands to authenticate using OAuth&#039;&#039;&#039;]&lt;br /&gt;
 account gtalk on&lt;br /&gt;
&lt;br /&gt;
====Facebook====&lt;br /&gt;
Use the same email you use to log in to facebook, and either your main password or an app password.&lt;br /&gt;
&lt;br /&gt;
An app password can be generated via the:  [https://www.facebook.com/settings?tab=security&amp;amp;section=per_app_passwords&amp;amp;view security page] on the Facebook website.&lt;br /&gt;
 account add facebook &amp;lt;email&amp;gt; &amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Signing In==&lt;br /&gt;
Once you&#039;ve set up your accounts turn them on by typing&lt;br /&gt;
 account facebook on&lt;br /&gt;
&lt;br /&gt;
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)&lt;br /&gt;
 account list&lt;br /&gt;
will tell you the numbers associated with each of your accounts. To turn on account one type&lt;br /&gt;
 account on 1&lt;br /&gt;
&lt;br /&gt;
Similarly you can sign out by typing&lt;br /&gt;
 account off&lt;br /&gt;
 account off 1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Seeing who else is signed in ===&lt;br /&gt;
&lt;br /&gt;
You&#039;ve probably noticed by now that you&#039;ve been joined in this channel by your buddies. Using the /names command as usual will tell you who is signed in, but you&#039;ll see much more information by typing&lt;br /&gt;
 blist&lt;br /&gt;
&lt;br /&gt;
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:&lt;br /&gt;
&lt;br /&gt;
Weechat: http://www.weechat.org/scripts/source/stable/facebook_rename.py.html/&lt;br /&gt;
&lt;br /&gt;
Irssi: http://github.com/avar/irssi-bitlbee-facebook-rename&lt;br /&gt;
&lt;br /&gt;
== Sending a message ==&lt;br /&gt;
&lt;br /&gt;
You can use bitlbee in two ways - either talk directly to your buddies in the bitlbee window, or open pms with them by typing /msg as you would to normally open a PM. you&#039;ll notice that irssi is somethimes including the server in the /msg command as you use the tab complete e.g.&lt;br /&gt;
 /msg -Redbrick undone&lt;br /&gt;
 /msg -bitlbee landa2&lt;br /&gt;
it&#039;s nothing to worry about :D&lt;br /&gt;
&lt;br /&gt;
== NickNames ==&lt;br /&gt;
&lt;br /&gt;
===Setting your nickname===&lt;br /&gt;
Bitlbee allows you to set different nicknames for each of the account you have connected. First need to know the number of the account you want to add them to (see above). For example if I want to change my name on MSN to Sleepy Guy, and msn is account 1 I would type&lt;br /&gt;
 nick 1 &amp;quot;Sleepy Guy&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Setting nicknames for other people===&lt;br /&gt;
When you use your regular IM client you can see the names that each of your buddies has set for themselves, but on bitlbee you can only see the first part of their email address. This can get quite annoying if people have strange email addresses. So, for example if your friend Kevin happenns to have a strange email address like undoneisthecoolestever@hotmail.com you can rename him to just kev by typing&lt;br /&gt;
 rename undoneisthecoolestguyever kev&lt;br /&gt;
&lt;br /&gt;
You can also use this command to rename &amp;quot;root&amp;quot; to whatever you like.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Adding new buddies ==&lt;br /&gt;
&lt;br /&gt;
Occasionally you&#039;ll want to add new buddies. For example if my msn account is number 1 and i want to add undone@hotmail.com I would type&lt;br /&gt;
 add 1 undone@hotmail.com&lt;br /&gt;
&lt;br /&gt;
You can also specify custom names when you add new buddies&lt;br /&gt;
 add 1 undone@hotmail.com kevin&lt;br /&gt;
&lt;br /&gt;
If I get tired of listening to kevin I can simply remove him by typing&lt;br /&gt;
 remove kevin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting more help ==&lt;br /&gt;
The help in bitlbee tells you how to use every command, just type help in your bitlbee channel for more&lt;br /&gt;
&lt;br /&gt;
[[Category:Helpdesk]]&lt;/div&gt;</summary>
		<author><name>Mikello</name></author>
	</entry>
</feed>