From 4a4cdc839be140dc9486b2cffd8c065365a70404 Mon Sep 17 00:00:00 2001 From: Dico Date: Wed, 4 Nov 2015 11:53:09 +0100 Subject: [PATCH] Add /chatgroup tpahere to chatgroups help message --- chatgroups.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chatgroups.py b/chatgroups.py index ab27e1f..2cd496a 100644 --- a/chatgroups.py +++ b/chatgroups.py @@ -54,6 +54,7 @@ def on_chatgroup_command(sender, command, label, args): msg(sender, "&e/chatgroup leave") msg(sender, "&e/chatgroup info") msg(sender, "&e/chatgroup key") + msg(sender, "&e/chatgroup tpahere") @hook.command("cgt")