Re: IRC sockets and queries
- From: "David Wahler" <dwahler@xxxxxxxxx>
- Date: 30 Dec 2005 05:17:24 -0800
Jay wrote:
> ok have this program and i set a socket 2 connect to the server...so i
> can chat on the channels and stuff. my question is how would i go about
> set a socket directly 2 an individual query?
The last part of this paragraph is completely incomprehensible.
> my program is right here...
> http://h1.ripway.com/jay001/CopyofPyIRCnMo.txt
Ah, thank you. Now I can see what you're trying to accomplish:
>if sys.platform == 'linux':
> print "Cant run on a gay linux box!"
> print "Get windows! XP or new... Vista!"
> sys.exit
Not only is this obnoxious, it doesn't even work.
> def dccpopuper(self):
> """Kill everyone with 30 pop ups requesting a dcc chat"""
> try:
> for number in range(31):
> self.irc.send("DCC CHAT" + self.CHANNEL+"\r\n")
> irc.generateNICK()
> time.sleep(5)
> print number*10
> except:
> print "I know u want 2 kill them but connect first"
Not only is this _extremely_ obnoxious, but it doesn't even work. Don't
expect any help from me.
-- David
.
- Follow-Ups:
- Re: IRC sockets and queries
- From: Heiko Wundram
- Re: IRC sockets and queries
- References:
- IRC sockets and queries
- From: Jay
- IRC sockets and queries
- Prev by Date: Re: Python 2.4.2 gcc 3.4.4 Solaris 8 build issues
- Next by Date: [Newbie] Plone/workflow change ownership
- Previous by thread: Re: IRC sockets and queries
- Next by thread: Re: IRC sockets and queries
- Index(es):
Relevant Pages
|