diff --git a/bam.py b/bam.py index 6b67116..e72ce06 100644 --- a/bam.py +++ b/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()}")