irc
What is the best library for building an IRC bot in Java? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-08 20:13 分类:问答Need some info on IRC BOTS using PERL
Does any one know of a good irc bot written in perl? I just need a simple one that logs on to said channel, then replies things based on what the u开发者_开发知识库ser says.[详细]
2023-03-08 17:10 分类:问答How to monitor page for changes without polling?
I currently hav开发者_开发知识库e an IRC bot written in C++ which monitors a page written in php for changes and then outputs these changes to the IRC channel.[详细]
2023-03-08 10:06 分类:问答IRC Php Bot - Nesting Error
I\'m using SimplePhp IRC BOT, you can see all the code right on the page. The problem I\'m running into is the main function calls it recursively, so after 100 calls, it just errors out and I get th[详细]
2023-03-03 10:25 分类:问答Scala/SBT - What to add In Project File
I am trying to add a dependency to a scala project, and I can\'t seem to figure out what I need to add to fetch the jar.The code that does not fetch the jar looks like this:[详细]
2023-03-03 09:29 分类:问答C++ network programming [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-02-28 05:08 分类:问答IRC Bot - flood protection (python)
if data.find(\'PRIVMSG\') != -1: nick = data.split(\'!\')[ 0 ].replace(\':\',\'\') text = \'\' if data.count(text) >= 200:[详细]
2023-02-27 08:41 分类:问答connecting to a socket
arg = data.split( ) args = \'\' for index,item in enumerate(arg) : if index > 3: if args == \'\': args = item[详细]
2023-02-27 04:00 分类:问答What language is this? (for an IRC Bot)
Finally found some of my really old scripts I had written for an IRC Bot about 10 years ago. I had no idea what I was doing, and was wondering if anyone knew what this was written in and any informati[详细]
2023-02-26 07:55 分类:问答socket.gaierror: [Errno 11003] getaddrinfo failed
if data.find(\'!scan\') != -1: nick = data.split(\'!\')开发者_JAVA百科[ 0 ].replace(\':\',\'\')[详细]
2023-02-25 14:11 分类:问答