irc
Getting User Count From IRC
I am making IRC chat client and I am wanting to grab the user list or simply the user count, how can I go about doing this. This is the method I\'m using to connect to the IRC:[详细]
2023-01-06 06:34 分类:问答Good Example of Twisted IRC Server?
I\'m in the process of experimenting a bit with the twisted libraries for IRC servers/clients. I\'ve found a few good examples of how to implement an IRC client but seem to find anything good on the s[详细]
2023-01-05 15:01 分类:问答'METHODNAME' as Client method versus irc_'METHODNAME' in twisted
Looking at twisted.words.protocols.irc.IRCClient, it seems to me like there are some strangely redundant metho开发者_如何学Gods. For instance, there is a method \'privmsg\' but also a method \'irc_PRI[详细]
2023-01-05 12:28 分类:问答Why does boost::asio appear to do nothing
I\'m trying to implement the irc protocol in a very basic manner. My first attempt is to use boost::asio and connect to a server and read the motd. AFAIK the motd is sent to every client when they con[详细]
2023-01-05 10:34 分类:问答socket.error: [Errno 10054]
import socket, sys if len(sys.argv) !=3 : print \"Usage: ./supabot.py <host> <port>\" sys.exit(1)[详细]
2023-01-03 14:26 分类:问答Experience using IRC to coordinate software development?
I am part of a growing software project with at least 200 active developer in 10 locations.I would like to set up an on-line chat forum for developers because I think it would help to coordinate effor[详细]
2023-01-02 15:04 分类:问答How do i program a simple IRC bot in python?
I need help writing a basic IRC bot that just connects to a channel.. is anyone able to explain me this? I have managed to get it to conne开发者_Python百科ct to the IRC server but i am unable to join[详细]
2023-01-02 09:08 分类:问答How to decrypt IRC Bot's blowfish encrypted messages
I am making an IRC bot in php to read content of a channel. Bot is done fine.But the messages are encrypted With blowfish encryption. i have the key and all, i tried PHP\'s code below but didn;t worke[详细]
2023-01-01 19:44 分类:问答How can I get the nickname and message from raw IRC data in vb.net
Well basically I\'ve got a vb.net script connecting to IRC, and I\'m working on making it a basic chat system, but I\'ve run into 开发者_开发百科a problem.[详细]
2023-01-01 16:21 分类:问答VB.net Simple IRC Client
How would I go about making a simple IRC client with thes开发者_Go百科e things What I am using: Nickname TextBox[详细]
2022-12-31 22:14 分类:问答