This commit is contained in:
lickthecheese 2020-04-07 15:37:51 -04:00
parent 418e74df19
commit 46d8e97a3e

View file

@ -36,7 +36,7 @@ async def joins(self, chan, source, msg):
async def ev(self, chan, source, msg):
msg = msg.split(' ')
self.more[chan] = exec(' '.join(msg))
exec(' '.join(msg))
await self.message(chan, 'ok')
commands = {