Skip to content

Commit

Permalink
actually return ret
Browse files Browse the repository at this point in the history
  • Loading branch information
jesopo committed Jun 7, 2019
1 parent 8e6835b commit b1d0785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ def command(self, server, target, target_str, is_channel, user, command,
server.send(utils.irc.protocol.tagmsg(target_str,
{"+draft/typing": "done"}), immediate=True)

return ret

def _command_prefix(self, server, channel):
return channel.get_setting("command-prefix",
server.get_setting("command-prefix", "!"))
Expand Down

0 comments on commit b1d0785

Please sign in to comment.