fix more
This commit is contained in:
parent
418e74df19
commit
46d8e97a3e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ async def joins(self, chan, source, msg):
|
||||||
|
|
||||||
async def ev(self, chan, source, msg):
|
async def ev(self, chan, source, msg):
|
||||||
msg = msg.split(' ')
|
msg = msg.split(' ')
|
||||||
self.more[chan] = exec(' '.join(msg))
|
exec(' '.join(msg))
|
||||||
await self.message(chan, 'ok')
|
await self.message(chan, 'ok')
|
||||||
|
|
||||||
commands = {
|
commands = {
|
||||||
|
|
Loading…
Reference in a new issue