fixed wrong prefix in /cgt

This commit is contained in:
jomo
2014-06-23 00:34:00 +02:00
parent a391165995
commit ddc700d1a4

View File

@@ -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):