I'm using the newest version of b3 from courgette's github repository. If I want to kick or ban someone (and ci also) I get an error:
handler AdminPlugin could not handle event Say: TypeErro
r: not enough arguments for format string [('/home/urt/b3bot/b3/parser.py', 921,
'handleEvents', 'hfunc.parseEvent(event)'), ('/home/urt/b3bot/b3/plugin.py', 15
7, 'parseEvent', 'self.onEvent(event)'), ('/home/urt/b3bot/b3/plugin.py', 175, '
onEvent', 'self.handle(event)'), ('/home/urt/b3bot/b3/plugins/admin.py', 214, 'h
andle', 'self.OnSay(event)'), ('/home/urt/b3bot/b3/plugins/admin.py', 358, 'OnSa
y', 'results = command.execute(data, event.client)'), ('/home/urt/b3bot/b3/plugi
ns/admin.py', 1956, 'execute', 'self.func(data, client, copy.copy(self))'), ('/h
ome/urt/b3bot/b3/plugins/admin.py', 1146, 'cmd_kick', 'sclient.kick(reason, keyw
ord, client)'), ('/home/urt/b3bot/b3/clients.py', 474, 'kick', 'self.console.kic
k(self, reason, admin, silent)'), ('/home/urt/b3bot/b3/parsers/q3a/abstractParse
r.py', 443, 'kick', "reason = self.getMessage('kicked_by', self.getMessageVariab
les(client=client, reason=reason, admin=admin))"), ('/home/urt/b3bot/b3/parser.p
y', 703, 'getMessage', 'return msg % args[0]')]
Any ideas?