opensourcehacker / sevabot

A Skype bot supporting integration with external services
http://sevabot-skype-bot.readthedocs.org/
565 stars 121 forks source link

error message: !reload - shutdown #82

Open phpeters opened 10 years ago

phpeters commented 10 years ago

When I !reload the bot's modules I get the following error messages:

2014-08-07 19:13:29,134 - sevabot - ERROR - shutdown() takes no arguments (1 given) Traceback (most recent call last): File "/root/sevabot/sevabot/utils.py", line 39, in closure return func(_args, *_kwargs) File "/root/sevabot/sevabot/bot/modules.py", line 127, in shutdown self.handler.shutdown() TypeError: shutdown() takes no arguments (1 given)

Not sure what the error is here but it does not seem to affect the bot's functionality. Just wanted to report it. Ah, I'm using Ubuntu 14.04 LTS, python 2.76 and skype 4.3.0.37

And: Great work, guys! :)