Don’t call for resize on /set

This commit is contained in:
mathieui 2015-05-08 01:40:56 +02:00
parent 96fdd5e769
commit 5a88bd1c89
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -622,7 +622,6 @@ def command_set(self, args):
self.trigger_configuration_change(option, value)
elif len(args) > 3:
return self.command_help('set')
self.call_for_resize()
self.information(*info)
@command_args_parser.quoted(1, 2)