cvium / irc_bot

Simple library for creating an IRC bot
MIT License
9 stars 7 forks source link

support joining channel with key (+k) #6

Closed pred2k closed 1 year ago

pred2k commented 3 years ago

hey, i actually need this feature at irc_bot for usage of this bot in flexget https://github.com/Flexget/Flexget.

Correct me if i'm wrong but i cant join a channel protected with a key (mode +k), right?

Would be great if this will be implemented, thank you

ekilah commented 1 year ago

I just ran into the same thing. I see this is a couple of years old - @pred2k did you ever come up with a solution for using flexget on a channel with a key?

ekilah commented 1 year ago

Fixed this for myself in #9 but you have to build flexget from source to use the patch for now, obviously