clarify how to use CG

This commit is contained in:
jomo
2014-07-14 01:26:42 +02:00
parent 879af23f9a
commit 05a68efc43

View File

@@ -46,7 +46,7 @@ def onChatgroupCommand(sender, args):
groupchat(sender, "joined the group", True)
saveGroups()
msg(sender, "&aYour chatgroup is set to '%s'" % args[1])
msg(sender, "&aAnyone in the group sees chat that begins with &e%s" % cg_key)
msg(sender, "&aUse chat like '&e%s<message>' to send messages to this group." % cg_key)
else:
msg(sender, "&e/chatgroup join <name>")
msg(sender, "&e/chatgroup leave")