mirror of
https://github.com/a-bad-dev/irc2bash.git
synced 2026-06-08 16:42:10 +00:00
Added command output for clearsendq
This commit is contained in:
parent
df915da6d4
commit
1a5e4e062c
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
|
@ -407,6 +407,7 @@ class Server():
|
|||
self.privmsg(msg["target_channel"], f"Message Count: {self._msg_count}")
|
||||
|
||||
def _cmd_clearsendq(self, msg):
|
||||
self.privmsg(msg["target_channel"], f"Clearing sendq of size {self._send_q.qsize()}", bypass_q = True)
|
||||
self._oneshot_thread(self._clear_sendq)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue