Skip to content

Commit

Permalink
Don't silent direct messages
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jun 18, 2012
1 parent 23084fc commit 1af01c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/__init__.py
Expand Up @@ -140,7 +140,7 @@ def handle_event(self, event):
event.error('{}: Failed to execute'.format(event['name']))


def handle_command(self, nick, channel=None, line=None, silent=True):
def handle_command(self, nick, channel=None, line=None, silent=False):
queue = EventQueue()
base = CommandEvent(queue, module=self, nick=nick, line=str(line))
if channel:
Expand Down

0 comments on commit 1af01c3

Please sign in to comment.