diff --git a/chatgroups.py b/chatgroups.py index 4178ab2..462c7e5 100644 --- a/chatgroups.py +++ b/chatgroups.py @@ -59,7 +59,7 @@ def onCgtCommand(sender, args): msg(sender, "&8[&bCG&8] &e&oCG toggle: off") else: cg_toggle_list.append(p) - msg(sender, "&8[&bAC&8] &e&oCG toggle: on") + msg(sender, "&8[&bCG&8] &e&oCG toggle: on") return True def groupchat(sender, message, ann=False):