stephenmcd / gnotty

IRC web client and bot framework
http://gnotty.jupo.org
BSD 2-Clause "Simplified" License
162 stars 27 forks source link

Allow channel key to be set from command line options #3

Closed mikeywaites closed 12 years ago

mikeywaites commented 12 years ago

connecting to a password protected channel. Provided -K --irc-channel-key option in gnotty config. This is passed to the bot class and is used to set a key in the on_welcome method. It defaults to an empty string which is the default for the irc lib join method. This has only be provided for the command line gnotty server.

stephenmcd commented 12 years ago

Mike you're a star. Thanks a lot for contributing this, I'll merge it in soon.

mikeywaites commented 12 years ago

No problem at all!! theres a few other bugs ive found with the commit bots. Should have a pull request for those at some point over the weekend too. Great lib btw dude!

stephenmcd commented 12 years ago

Thanks man. Looking forward to any other improvements you've got :-)