From 270bfe58ed14821ed642776b92f50c21d717fa3c Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 20 Jul 2018 13:12:41 +0100 Subject: [PATCH] Ban formats aren't bools --- modules/channel_op.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/channel_op.py b/modules/channel_op.py index e26e360b..b2013627 100644 --- a/modules/channel_op.py +++ b/modules/channel_op.py @@ -45,8 +45,7 @@ class Module(object): validate=Utils.bool_or_none) bot.events.on("postboot").on("configure").on( "channelset").call(setting="ban-format", - help="Set ban format ($n = nick, $u = username, $h = hostname)", - validate=Utils.bool_or_none) + help="Set ban format ($n = nick, $u = username, $h = hostname)") def kick(self, event): target = event["args_split"][0]