ignore chanhist for rawm too

This commit is contained in:
vulpine 2020-10-28 08:20:42 -04:00
parent bd5fcee5c2
commit 361bef1fc6
1 changed files with 2 additions and 2 deletions

4
bot.py
View File

@ -61,8 +61,8 @@ class Balun(pydle.Client):
if msg == '!botlist':
await self.message(chan, 'helo im owen\'s nice bot https://xfnw.ttm.sh/git/oirc')
await self.parseCommand(chan, source, msg)
for i in self.rawm:
await self.rawm[i](self, chan, source, msg)
for i in self.rawm:
await self.rawm[i](self, chan, source, msg)
async def parseCommand(self, chan, source, msg):
if msg[:len(self.prefix)] == self.prefix: