Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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.
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.
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
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:
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
if data.find(\'PRIVMSG\') != -1: nick = data.split(\'!\')[ 0 ].replace(\':\',\'\') text = \'\' if data.count(text) >= 200:
arg = data.split( ) args = \'\' for index,item in enumerate(arg) : if index > 3: if args == \'\': args = item
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
if data.find(\'!scan\') != -1: nick = data.split(\'!\')开发者_JAVA百科[ 0 ].replace(\':\',\'\')