cube-drone / pierc

A python bot that logs IRC channels, and a PHP/JS interface for browsing said logs.
http://classam.github.com/pierc/
Other
52 stars 24 forks source link

Joining password protected channel? #35

Open puar91 opened 9 years ago

puar91 commented 9 years ago

Is it possible to join a irc channel that is password protected? I am trying to connected to a channel of mine on quakenet.

frdmn commented 9 years ago

Did you try to hardcode it as second argument in line 121 in the pierc.py file?

https://github.com/classam/pierc/blob/master/bot/pierc.py#L121

Im not a Python pro, but I think this function accepts a optional second argument for the key:

https://github.com/classam/pierc/blob/master/bot/irclib.py#L689