if data.find(\'!exploits\') != -1: nick = data.split(\'!\')[ 0 ].replace(\':\',\'\') results = api.exploitdb.search(arg)
if data.find(\'!scan\') != -1: nick = data.split(\'!\')[ 0 开发者_开发技巧].replace(\':\',\'\')
if data.find(\'!google\') != -1: nick = data.split(\'!\')[ 0 ].replace(\':\',\'\') if last_google + 5 > time.time():
if data.find(\'!search\') != -1: nick = data.split(\'!\')[ 0 ].replace(\':\',\'\') conn = httplib.HTTPConnection(\"www.md5.rednoize.com\")
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...
This question already has answers here: 开发者_运维知识库Closed 11 years ago. Possible Duplicate:
I\'ve set up a irc bot using socket. I\'ve added a few commands , but I\'d like to add a \"poll\" function.
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
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:
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.