ayust / kitnirc

Python IRC bot framework.
MIT License
11 stars 7 forks source link

Include key when joining channels via admintools command. #7

Closed relsqui closed 10 years ago

relsqui commented 10 years ago

Current version of the admintools join function only passes the channel name to client.join, so channels with keys can't be joined this way. This change makes it pass on all arguments, so "join #somechannel secretkey" will work in channels/PMs from admins.

relsqui commented 10 years ago

Fixed arg list length, also a typo while I was there.

ghost commented 10 years ago

:+1: I was just thinking about this.