Skip to content

Commit 8c1c15a

Browse files
committed
testing matcom#1
1 parent 9757850 commit 8c1c15a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solution/Client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def quit_server(self):
129129
"""Sale del servidor IRC enviando el comando QUIT."""
130130
self.send_command("QUIT :Saliendo del servidor")
131131
self.sock.close()
132-
return "🔌 Desconectado del servidor IRC"
132+
return "Desconectado del servidor"
133133

134134
def parse_arguments():
135135
parser = argparse.ArgumentParser(description="Parser de pruebas para cliente IRC")
@@ -152,4 +152,4 @@ def parse_arguments():
152152
response = client.handle_command(args.c, args.a)
153153

154154
# Mostrar la respuesta del servidor
155-
print(response)
155+
# print(response)

0 commit comments

Comments
 (0)