Merge branch 'devel' of /home/xfnw/ph/git/oirc into devel

This commit is contained in:
vulpine 2020-11-23 16:43:12 -05:00
commit 6b93249843
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import random
async def owologger(self,c,n,m):
print("<{} {}> {}".format(c,n,m))
if m[:len(self.prefix)] == self.prefix:
if m[:len(shared.prefix)] == shared.prefix:
return
if c not in self.owolog:
self.owolog[c] = []