blakesmith / flamethrower

Flamethrower gives you the power to use your awesome irc client to talk in your campfire rooms
MIT License
39 stars 2 forks source link

Fix for compatibility with weechat #17

Closed ericboehs closed 12 years ago

ericboehs commented 12 years ago

Hi!

When connecting to flamethrower with weechat, weechat would disconnect after a minute because it never received a message 001 from flamethrower. Also, you couldn't join a room in weechat because flamethrower didn't send a JOIN #room_name message (like it does for PARTs).

I have added these capabilities. I also added tests for them however I wasn't able to actually run them. :( EventMachine was seg faulting on my machine (Ubuntu 11.10) and apparently this is a known issue. I hope the tests work but let me know if they don't and I'll spin up a Ubuntu 11.04 box and fix them.

ku1ik commented 12 years ago

Do you plan to do a new release soon? I'm also a weechat user and can't use flamethrower without this fix.

blakesmith commented 12 years ago

Hey, I just pushed a patch update to rubygems: 0.3.2, (https://rubygems.org/gems/flamethrower)

You should be able to update your gem via gem install.