irc
Doing something every 60 seconds, asynchronously
Here is a basic sample of code to show the base of the IRC bot I have running: s=socket.socket() s.connect((foo, 1234))[详细]
2023-04-11 17:22 分类:问答Issues with Python socket module
So I\'m working on a Python IRC framework, and I\'m using Python\'s socket module.Do I feel like using Twisted?No, not really.[详细]
2023-04-11 01:21 分类:问答Connect Twisted IRCClient through a http proxy
I am playing around with Twisted and while trying to rewrite an old java IRC bot in Python (2.7), I built upon the IrcLogBot example.[详细]
2023-04-09 06:43 分类:问答Testing an IRC bot [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-08 01:44 分类:问答invalid \x escape Module has no __module_name__ defined
when loading the following (or any python script for xchat version 2.8.9 on 64 bit windows 7): __module_name__ = \"test.py\"[详细]
2023-04-07 00:59 分类:问答Python IRC bot with support for plugins and not command only
I have just made a script in Python which will connect to my MySQL database every XX second and check for new posts on my forum. If there are any new posts, I would like to have the user\'s of my IRC[详细]
2023-04-06 19:43 分类:问答Python IRC Bot Non-Responsive
First a bit of code. #!/usr/bin/env python import sys import socket import string HOST=\'irc.ircnetworkbotison.net\' #The server we want to connect to[详细]
2023-04-06 04:28 分类:问答How to handle IPv6 in IRC's DCC protocol
In IRC DCC communications to initiate a connection you have to provide an IP address and a port to the other person. However, how do you handle this in an IPv6 world?[详细]
2023-03-30 15:54 分类:问答Linebreak IRC protocol
I\'ve written an IRC bot in java, but I am having the following problem : I have a help function that returns all the functions of bots (usage, example,...) to a user in private message.[详细]
2023-03-28 04:34 分类:问答SmartIRC4Net won't connect/shows no activity
I\'m making a bot in c#, using the SmartIRC4Net library (http://www.meebey.net/projects/smartirc4net/). If you aren\'t familiar with that library, feel free to tell me an alternative.[详细]
2023-03-27 18:26 分类:问答