Revert breaking change

This commit is contained in:
Joscha 2016-05-25 00:08:50 +02:00
parent 4a2e115381
commit a99a8af110

View file

@ -459,7 +459,7 @@ class Bot():
password = None
try:
self.manager.create(room, password=password, created_in=self.roomname(),
bot = self.manager.create(room, password=password, created_in=self.roomname(),
created_by=message.sender.name)
except exceptions.CreateBotException:
self.room.send_message("Bot could not be cloned.", parent=message.id)