rmmh / skybot

Python IRC bot
https://github.com/rmmh/skybot/wiki
The Unlicense
250 stars 171 forks source link

bot.py broken after wrapping it in main()( #129

Closed avail closed 9 years ago

avail commented 9 years ago

$ python2 bot.py Loading plugins Traceback (most recent call last): File "bot.py", line 58, in main() File "bot.py", line 29, in main reload(init=True) TypeError: reload() takes no keyword arguments

avail commented 9 years ago

Smooth