gpt4 book ai didi

来自客户端的 Python Irc-Bot EOF 在套接字关闭和关闭时

转载 作者:太空宇宙 更新时间:2023-11-03 18:44:55 24 4
gpt4 key购买 nike

我用 Python 做了一个 IRC-Bot。我想创建一个关闭命令。它看起来像这样:

self.SendMessage("Bye!", self.connectedchannel) # Send bye to the connected channel
self.connection.shutdown(socket.SHUT_RDWR) # Shutdown the socket
self.connection.close() # Close the socket
sys.exit() # Exit the program

但是在 IRC 中,机器人会以“EOF from client”断开连接,它无法正确断开连接。如何更改我的代码?

最佳答案

在关闭套接字之前,发送一条 QUIT 消息:

QUIT :Bye!

这应该可以修复它。

关于来自客户端的 Python Irc-Bot EOF 在套接字关闭和关闭时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19741947/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com