I didn\'t think this was 开发者_开发问答possible, but mIRC can get the name of a network, even if it is not specified by the user in the server list. I tried using a packet sniffer to see if perhaps t
I\'m currently coding an irc bot in asm I have already done this once in C++, so I know how to solve most problems I encounter, but I need a substr()[*] function like the one seen in C++. I need the s
I\'m trying to write an ircBot in Java for some practice. I am using this sample code as the base. I\'m trying to figure out how to get it to read in text from my console so I can actually talk to peo
I am trying to write a simple program using Twisted framework and I am struggling with resolving (or even with开发者_C百科 imaging how to write it) issue I couldnt find any relevant documentation for:
I\'m trying to connect my PHP script to IRC, but it keeps timing out. I\'m on the server, so I know it\'s up and running, I can\'t tell what the problem is.
Im trying to code a basic irc client in Delphi 2010 using Indy components. Im able to connect to my irc server (unrealircd) using sample A below.
var buffer = new byte[short.MaxValue]; var splitString = new string[] {\"\\r\\n\"}; while (_tcpClient.Connected)
Is it possible to setup two IRCd servers on one VPS? Regards开发者_如何学Go.Yes.That is the answer.Yes, you can simply run two instances of an IRCd on seperate ports, or install two different IRC dae
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I believe eggdrop is the most active/popular bot and it\'s written in tcl ( and according to wiki the core is C but I haven\'t confirmed that ).