irc
urllib2.HTTPError: HTTP Error 500: Internal Server Error
if data.find(\'!exploits\') != -1: nick = data.split(\'!\')[ 0 ].replace(\':\',\'\') results = api.exploitdb.search(arg)[详细]
2023-02-25 11:09 分类:问答MIRC Port Scanner
if data.find(\'!scan\') != -1: nick = data.split(\'!\')[ 0 开发者_开发技巧].replace(\':\',\'\')[详细]
2023-02-24 06:04 分类:问答the time() function (python)
if data.find(\'!google\') != -1: nick = data.split(\'!\')[ 0 ].replace(\':\',\'\') if last_google + 5 > time.time():[详细]
2023-02-24 03:33 分类:问答IRC Bot TypeError (python)
if data.find(\'!search\') != -1: nick = data.split(\'!\')[ 0 ].replace(\':\',\'\') conn = httplib.HTTPConnection(\"www.md5.rednoize.com\")[详细]
2023-02-23 13:40 分类:问答IRC Bot not identifying with server - Connection hangs
When I try and connect to freenode using a simple IRC bot in C#, I get the following messages: :asimov.freenode.net NOTICE * :* Looking up your hostname...[详细]
2023-02-21 15:45 分类:问答Python IRC bot help [duplicate]
This question already has answers here: 开发者_运维知识库Closed 11 years ago. Possible Duplicate:[详细]
2023-02-21 11:18 分类:问答How can I conduct a poll through an irc bot?
I\'ve set up a irc bot using socket. I\'ve added a few commands , but I\'d like to add a \"poll\" function.[详细]
2023-02-20 03:41 分类:问答Python hash holding file handles
So I\'m working on a script that will automatically download certain files from IRC XDCC bots when run.These requests are asynchronous and there can be a varying number, depending on a config file so[详细]
2023-02-16 20:28 分类:问答How do I list IRC server's channels using Twisted
I would like to list the server\'s channels when I log into an IRC sevrer. How can I do that? I tried to override the signedOn method:[详细]
2023-02-15 11:17 分类:问答IRC USER message makes no sense to me
First, please tell me if I\'m not allowed to ask about this protocol here... It just seemed like the best place. Sorry if I\'m wrong.[详细]
2023-02-15 09:38 分类:问答