Fix /toggle (6/78)

This commit is contained in:
mathieui 2014-12-19 22:08:59 +01:00
parent 5217111ab9
commit 98102b34bb
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -682,7 +682,7 @@ def command_toggle(self, args):
return self.command_help('toggle') return self.command_help('toggle')
if args[0]: if args[0]:
self.command_set('%s toggle' % arg[0]) self.command_set('%s toggle' % args[0])
@command_args_parser.quoted(1, 1) @command_args_parser.quoted(1, 1)
def command_server_cycle(self, args): def command_server_cycle(self, args):