I am using the followin开发者_如何学Pythong regex to capture to match an IRC PART message: :(?<nick>[a-zA-Z\\d<\\-\\[\\]\\\\^{}_]+)!(.+)@(.+) PART (?<chan>[#&][^\\x07\\x2C\\s]{0,20
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have to develop my own IRC Server for a project for school. School does not require much and all i have to show them is a functioning
I am writing a script in XCHAT and from reading other scripts I notice use of return xchat.EAT_ALL in most of them.Here is what the documentation for the XCHAT Python API says:
I am looking for a way to lin开发者_StackOverflowk IRC to Google Talk. At the moment we use Partychatapp for google talk and we\'d like to find a way to migrate to using IRC.
Is it possible to have get subset of related buffers with each emacs frame when switching and displaying buffers
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am quite new to C (I am more used to C++) and I am trying to create an IRC Bot. I am currently开发者_StackOverflow struggling to find the correct string parsing functions to parse this line:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am looking to create a bot that log开发者_如何学Python an IRC channel that simply sends the transcripts as an email intermittently. And requires no DB. If there\'s something out there which does thi