irc
How can one implement a secure IRC inside a company ? What are the secure IRC servers? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-25 16:56 分类:问答PHP - Sending the current output buffer
I\'m making a PHP IRC Bot, and it works great. What I want to do though, is to have a live debugging option, which means I need to see the commands sent from an operator to the bot live. The problem[详细]
2023-03-25 08:05 分类:问答Python : Check if IRC connection is lost (PING PONG?)
So my question is, how would i get my bot to listen if there is a PING and if there\'s no ping in an interval of a minute, it will react as though the connection has been lost. How would one go about[详细]
2023-03-23 15:47 分类:问答python asynchat: how to store information on individual connections, and how to know when a client disconnects
For fun, I\'m writing a minimal IRC server with asynchat. I\'m trying to clear up a few fundamentals (my specific questions follow the code). I\'ve decided not to use anything in Twisted just so I can[详细]
2023-03-23 06:18 分类:问答String Detection
So I\'m writing a php IRCbot script, and I\'m wondering.. if I were to implement a string detection system, am I talking an infinite loop with string compare?[详细]
2023-03-23 00:18 分类:问答python 3 IRC bot syntax error
Okay, first off. I\'m very new to python, and I\'ve just started to teach myself python 3 As a fun project to help me learn I decieded to do an IRC Bot, I figured I\'ll follow a basic tutorial on cr[详细]
2023-03-22 22:54 分类:问答IRC "No Ident response"
I am trying to make a IRC client in Python and I got a problem with Ident. I listen on port 113 for message from the Ident server, this works. The message looks like this: 49764 , 6667.[详细]
2023-03-21 14:14 分类:问答Regular expression to match time and IRC-Nick
I\'m not very experie开发者_如何学运维nced in regular expressions and I tried a lot to match a string like this:[详细]
2023-03-21 04:47 分类:问答Problem with IRC socket connection
Error occurs during JOIN and USER, it tells me I need to "Register first". The three: PASS, NICK work correctly (probably). Any idea how is this possible? I\'ve followed the relevant RFC, ht[详细]
2023-03-19 15:51 分类:问答List users in IRC channel using Twisted Python IRC framework
I am trying to write a function that will print the lists of nicks in an IRC channel to开发者_C百科 the channel using Twisted Python.How do I do this?I have read the API documentation and I have only[详细]
2023-03-19 15:25 分类:问答