Skip to content

Commit

Permalink
another bug fix in command manager
Browse files Browse the repository at this point in the history
  • Loading branch information
double-fault committed Sep 23, 2017
1 parent dee7ce7 commit 939a888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/CommandManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def handle_command(self, message):
command_room = each_room
break

self.run_command(command(self, message, command_room, args, usage_index))
self.run_command(command(self, command_room, message, args, usage_index))
return

def cleanup_finished_commands(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup (
name = "BotpySE",
packages = ["BotpySE"],
version = "0.2.0",
version = "0.2.1",
description = "A python framework to create chatbots on the StackExchange network.",
author = "Ashish Ahuja",
author_email = "ashish.ahuja@sobotics.org",
Expand Down

0 comments on commit 939a888

Please sign in to comment.