2020-07-15 23:25:05 +00:00
|
|
|
|
2021-01-31 02:05:34 +00:00
|
|
|
from bot import *
|
2020-07-15 23:24:09 +00:00
|
|
|
|
2021-01-31 02:05:34 +00:00
|
|
|
@listener('INVITE')
|
|
|
|
async def on_invite(self,line):
|
|
|
|
self.send(build("JOIN",[line.params[1]]))
|
2020-07-15 23:24:09 +00:00
|
|
|
|
|
|
|
async def init(self):
|
|
|
|
pass
|