min/modules/admin.py

9 lines
140 B
Python
Raw Normal View History

2020-04-05 23:05:07 +00:00
async def adminHandle(self, chan, source, msg):
await self.message(chan, msg)
async def init(self):
self.cmd['admin'] = adminHandle