From 2811f74888e2cc5f759e455a605549ea9e43a551 Mon Sep 17 00:00:00 2001 From: Sergey Date: Sun, 18 Oct 2015 01:33:03 +0300 Subject: [PATCH] Fixed missing return statement --- chatalias.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chatalias.py b/chatalias.py index 9eb8037..69ac343 100755 --- a/chatalias.py +++ b/chatalias.py @@ -33,6 +33,7 @@ def on_alias_command(sender, cmd, label, args): if not sender.hasPermission("utils.alias.allowed"): plugin_header(recipient = sender, name = "Chat Alias") noperm(sender) + return True if len(args) == 0: plugin_header(recipient = sender, name = "Chat Alias")