Ban formats aren't bools
This commit is contained in:
parent
6213ba5f61
commit
270bfe58ed
1 changed files with 1 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue