12

I have empathy already installed but am not sure how to configure it to join the channel at http://www.ape-project.org. I do not have a password or login name yet to properly configure the channel with Empathy and when I click "Join our IRC Channel" firefox comes back with an error stating:

Firefox doesn't know how to open this address, because the protocol (irc) isn't associated with any program.

What can I do to join this (freenode) channel?

UPDATE 1 Using Empathy Version 2.23.1 When viewing accounts click "Add..." Protocol: "IRC" Network: "freenode" create new nickname, password, and real name.

Then went back to ape-project.org link and click "Join our IRC Channel" again. It brings my Empathy contact list to the foreground but nothing happens...

RolandiXor
  • 51,797
sadmicrowave
  • 1,068

5 Answers5

7

Basically the channel name for the ape-project is #ape-project. So after joining to freenode on empathy Just do

/join #ape-project

on text input field.

sagarchalise
  • 24,306
6

In ubuntu 13.04, you should add the account-plugin-irc package to use IRC:

sudo apt-get install account-plugin-irc

After that you'll have an IRC account option under "Online Accounts".

adamlamar
  • 177
3

In empathy "help" menu, you can see that it's easy to setup your IRC.

First you have to add a new account for IRC. You can choose networks provided by empathy or add new network (e.g: irc.freenode.net)

Don't forget to add your nickname, not only "realname".

To join a chat room, go to Room > Join (shortcut Ctrl+J) and input the room name. (e.g: #ape-project)

NB: If you can't create IRC account, try sudo apt-get install telepathy-idle

Kiddo
  • 165
1

Since Empathy wouldn't do anything when I click on the link (won't bring up an input box for me to enter /join #ape-project or anything. And since I can't get freenode server to bring anything up either I just started using xchat - which works perfectly fine.

sadmicrowave
  • 1,068
0

I'm using Gnome 3 (for my sins) which gives me an 'Empathy' app icon in the top panel of my screen when the Empathy window is active. Left clicking the app name gives the main app menu, which has a 'Rooms...' entry with a 'Join..' item. This brings up a dialog I can use to join a room.

Another way was that I tried to join FreeNode using a nick which is password protected. Empathy raised a notification (hidden off the bottom of the screen, I really don't know what these gnome 3 guys are smoking) so if I hover my mouse at the bottom of the screen for a few seconds, click the notification (possibly right click and choose Open from the menu) I find an Empathy chat session with the name of my server (in my case 'Freenode') into which I can type "/join #whatever".

Neek
  • 156