add /banlist, /ban, /unban

This commit is contained in:
2021-10-28 21:39:30 +08:00
parent 02be9328a9
commit e7304f36b7
4 changed files with 430 additions and 26 deletions

View File

@@ -162,6 +162,10 @@ class textc:
p.close()
return len(p.s)
def __iadd__(self, i):
self.addtotext(i)
return self
def __init__(self):
self.__str = ''
self.__max = 4096