I decided to not specifically handle printing arrays in !get/!channelget/etc but
forgot to remove this code
This commit is contained in:
parent
1dfa10ea9d
commit
6234334a7c
1 changed files with 0 additions and 2 deletions
|
@ -91,8 +91,6 @@ class Module(ModuleManager.BaseModule):
|
|||
|
||||
def _get(self, event, setting, qualifier, value):
|
||||
if not value == None:
|
||||
if array:
|
||||
value = ", ".join(value)
|
||||
event["stdout"].write("'%s'%s: %s" % (setting,
|
||||
qualifier, str(value)))
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue