diff --git a/xbotlib.py b/xbotlib.py index 938aaa7..0378fa6 100644 --- a/xbotlib.py +++ b/xbotlib.py @@ -308,7 +308,7 @@ class Bot(ClientXMPP): def reply(self, body, to=None, room=None): """Send back a reply.""" if to is None and room is None: - self.log("`to` or `room` arguments required for `reply`") + self.log.info("`to` or `room` arguments required for `reply`") exit(1) if to is not None and room is not None: