We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9757850 commit 8c1c15aCopy full SHA for 8c1c15a
solution/Client.py
@@ -129,7 +129,7 @@ def quit_server(self):
129
"""Sale del servidor IRC enviando el comando QUIT."""
130
self.send_command("QUIT :Saliendo del servidor")
131
self.sock.close()
132
- return "🔌 Desconectado del servidor IRC"
+ return "Desconectado del servidor"
133
134
def parse_arguments():
135
parser = argparse.ArgumentParser(description="Parser de pruebas para cliente IRC")
@@ -152,4 +152,4 @@ def parse_arguments():
152
response = client.handle_command(args.c, args.a)
153
154
# Mostrar la respuesta del servidor
155
- print(response)
+ # print(response)
0 commit comments