zerowidth / camper_van

A Campfire to IRC bridge
MIT License
129 stars 25 forks source link

`ignoring irc command {:cap=>["LS"]}` #60

Closed trombonehero closed 9 years ago

trombonehero commented 9 years ago

Good evening,

Thanks for Camper_Van. I'm attempting to hook it up to my ZNC bouncer, but when I do, I see the following log messages:

2015-02-11 03:24:01 96337  INFO CamperVan : got connection from 127.0.0.1
2015-02-11 03:24:01 96337  INFO CamperVan : ignoring irc command {:cap=>["LS"]}: no handler
2015-02-11 03:24:02 96337  INFO CamperVan : closed connection from 127.0.0.1
2015-02-11 03:24:32 96337  INFO CamperVan : got connection from 127.0.0.1
2015-02-11 03:24:32 96337  INFO CamperVan : ignoring irc command {:cap=>["LS"]}: no handler
2015-02-11 03:24:32 96337  INFO CamperVan : closed connection from 127.0.0.1

I guess this means that Camper_Van doesn't support the IRC Client Capabilities Extension, but might it be able to keep the connection open anyway or otherwise respond with a empty capability list? I'd really like to be able to use Camper_Van in my daily work, but in practice that means that it must be pluggable with ZNC.

Thanks!

mathie commented 9 years ago

@trombonehero Have you managed to get camper_van working with ZNC yet?

lunks commented 9 years ago

I've used camper_van with ZNC for a while. I remember having some warnings like those in camper_van logs, but everything worked. You might wanna look at the ZNC side of things if camper_van by itself is working.

On Wed, Feb 18, 2015 at 3:57 PM, Graeme Mathieson notifications@github.com wrote:

@trombonehero https://github.com/trombonehero Have you managed to get camper_van working with ZNC yet?

— Reply to this email directly or view it on GitHub https://github.com/zerowidth/camper_van/issues/60#issuecomment-74913037.

mathie commented 9 years ago

Ah, never mind, user error! I’d managed to insert a space between the “:” and my API key in the password...

On 18 Feb 2015, at 18:01, Pedro Nascimento notifications@github.com wrote:

I've used camper_van with ZNC for a while. I remember having some warnings like those in camper_van logs, but everything worked. You might wanna look at the ZNC side of things if camper_van by itself is working.

On Wed, Feb 18, 2015 at 3:57 PM, Graeme Mathieson notifications@github.com wrote:

@trombonehero https://github.com/trombonehero Have you managed to get camper_van working with ZNC yet?

— Reply to this email directly or view it on GitHub https://github.com/zerowidth/camper_van/issues/60#issuecomment-74913037.

— Reply to this email directly or view it on GitHub https://github.com/zerowidth/camper_van/issues/60#issuecomment-74913747.

lunks commented 9 years ago

No problem. :)