Merge pull request #45 from psrcek/dev

Fixed typo
This commit was merged in pull request #45.
This commit is contained in:
Dico
2016-06-12 18:09:40 +02:00
committed by GitHub

View File

@@ -185,7 +185,7 @@ def toggle_command(sender, command, label, args):
return " &cAlready disabled: " + details[1]
if arglen == 2 and not arg2.isdigit():
return " &cArgument '%s' was not recognized. \nUse &o/toggle %s details &cfor more detailsrmation." % (arg2, setting)
return " &cArgument '%s' was not recognized. \nUse &o/toggle %s info &cfor more information." % (arg2, setting)
if not enabled:
values[uuid] = {}