irc
How do I change the color of links in mIRC?
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[详细]
2023-02-08 12:03 分类:问答Python/Twisted IRC bot logging problem
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[详细]
2023-02-08 02:49 分类:问答Determining methods to call from user input in Java
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[详细]
2023-02-07 20:54 分类:问答Error in constructor: couldn't execute "git": no such file or directory
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:[详细]
2023-02-06 14:22 分类:问答Some Simple Errors With a IRC Bot Made With Perl
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:[详细]
2023-02-06 13:57 分类:问答IRC logging script
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.[详细]
2023-02-06 12:52 分类:问答Python IRC bot won't join
I get the error message :irc.evilzone.org NOTICE AUTH :* Looking up your hostname... :irc.evilzone.org NOTICE AUTH :*[详细]
2023-02-06 09:01 分类:问答I/O reading from a file (python)
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[详细]
2023-02-05 00:01 分类:问答Can P2P be done without port forwarding?
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[详细]
2023-02-04 01:17 分类:问答trying to WHOIS a site within IRC
if data.find(\'!whois\') != -1: s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.connect((\"com.whois-servers.net\", 43))[详细]
2023-02-03 20:50 分类:问答