diff --git a/urlbot.py b/urlbot.py index c3d22bb..141cbc5 100755 --- a/urlbot.py +++ b/urlbot.py @@ -118,8 +118,8 @@ class UrlBot(IdleBot): """ Send a reply to a message """ - if self.status is not None: - self.logger.warn("I'm muted!") + if self.show: + self.logger.warn("I'm muted! (status: %s)" % self.show) return set_conf('request_counter', conf('request_counter') + 1)