Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我即将实现rfc1459.
rfc1459
我的事情是:
我怎么知道我的脚本已正确连接到网络。我的意思是什么事件说你的“是的先生。你通过了我所有的检查,继续”
我目前正在检查是否出现消息“:欢迎”:3
if ':Welcome' in s: print 'Connection established...' self.send('JOIN %s\r\n' % self.channel)
我真的想通了!
我的第一个问题是有一个更新 rfc1459 的 rfc:rfc2812
你瞧,有一条欢迎消息 RPL_WELCOME。
这正是我想知道的!
- 蒂莫