irc
How do I get the network name from an IRC server?
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[详细]
2023-01-19 02:31 分类:问答MASM str and substr?
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[详细]
2023-01-18 19:38 分类:问答Building an irc client in Java
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[详细]
2023-01-18 05:55 分类:问答Sending data received in one Twisted factory to second factory
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:[详细]
2023-01-16 09:50 分类:问答Connection timing out when connecting to an IRC server with PHP
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.[详细]
2023-01-16 05:03 分类:问答Help needed coding an IRC client in Delphi 2010 using Indy Components
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.[详细]
2023-01-16 01:43 分类:问答IRC using NetworkStream - buffer fills and line gets chomped
var buffer = new byte[short.MaxValue]; var splitString = new string[] {\"\\r\\n\"}; while (_tcpClient.Connected)[详细]
2023-01-12 16:04 分类:问答Host/Create two IRCd Servers
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[详细]
2023-01-11 16:34 分类:问答What is a good IRC channel for Objective-C and Cocoa programming [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-09 21:50 分类:问答How would an irc bot written in tcl stack up against a python/node.js clone?
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 ).[详细]
2023-01-09 07:19 分类:问答