disable WHO
joins are too speedy
This commit is contained in:
parent
4ed3c6bdd8
commit
d3935c53cf
1 changed files with 4 additions and 0 deletions
4
bam.py
4
bam.py
|
@ -20,6 +20,10 @@ class Server(BaseServer):
|
|||
self.__getattribute__("on_" + line.command.lower())(line)
|
||||
)
|
||||
|
||||
# disable automatic WHOing
|
||||
async def _next_who(self):
|
||||
pass
|
||||
|
||||
async def line_send(self, line):
|
||||
print(f"{self.name} > {line.format()}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue