This commit is contained in:
adator
2024-10-13 22:21:01 +02:00
parent 9bfe5925f8
commit f7c80d190e
5 changed files with 12 additions and 5 deletions

View File

@@ -313,7 +313,7 @@ class Irc:
def send_response(self, responses:list[bytes]) -> None:
try:
# print(data)
# print(responses)
for data in responses:
response = data.decode(self.CHARSET[0]).split()
self.cmd(response)