In mIRC I want all links to look like html links (blue with an underline) so they stick out in channels and messages. I\'m sure I have to write a remote 开发者_如何学Goscript but I\'m not sure what th
Hey. I only recently started using Python, and my friend suggested using Twisted as a means to create this IRC bot, as it will be a lot simpler. Here is the code I have so far (which is heavily based
So I\'m coding a simple IRC client in Java. As of now, I\'m trying to determine what commands the us开发者_C百科er is typing in. I know I can use a bunch of if-else statements, but that\'s not very go
Ok, so I am setting up a modified eggdrop bot, but after getting all the required perl modules and libraries, I am getting this error:
I\'m following a tutorial called Programming IRC Bots In Perl to make a simple IRC bot for my channel at Abjects server, the problem is that I\'m getting some weird errors. Take a look:
I am looking for a script to log chat from an IRC channel. If possible I would like the script to be able to output some nice HTML and allow the logs to be browsed by date.
I get the error message :irc.evilzone.org NOTICE AUTH :* Looking up your hostname... :irc.evilzone.org NOTICE AUTH :*
Ok, I have an IRC bot and I have a file full of nicknames (which are the admins for the bot), for example if someone types \"!op\" in the channel how would I go about making the bot read the file to s
I was making a simple file transfer program through IRC and when I was reading up I saw that IRC when shar开发者_如何学JAVAing a file creates a direct connection between the two users independent of t
if data.find(\'!whois\') != -1: s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.connect((\"com.whois-servers.net\", 43))