aaaaaaaaaaa

This commit is contained in:
vulpine 2020-11-21 21:04:11 -05:00
parent bf0c8e8481
commit f247327678
1 changed files with 4 additions and 0 deletions

4
bot.py
View File

@ -38,6 +38,10 @@ async def message(self,modname,channel,msg):
await self.send(build("PRIVMSG",[channel,f'[\x036{modname}\x0f] {msg}']))
@command('anothertest')
async def anothertest(self,c,n,m):
await message(self,'self',c,'hello')
class Server(BaseServer):
async def line_read(self, line: Line):