Re: IRC sockets and queries



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

.



Relevant Pages

  • Re: sockets
    ... Jay, ... It's a long story but socket services in D3NT are unreliable. ... alone program that I can use to create a port for receiving files into ... a Windows folder and connect to a port for sending files from a ...
    (comp.databases.pick)
  • Re: Boosting TV signal
    ... Dana - My TV (which shares the wall socket) picks up all of the ... Dana Cline - MCE MVP ... The problem is that my TV detects few TV channels. ...
    (microsoft.public.windows.mediacenter)
  • Re: using netcat in tclsh
    ... How to declare the channels at once for both directions in tcl? ... I'd recommend just open the socket directly with tcl (the command ...
    (comp.lang.tcl)
  • Re: data transfer (string/byte + files) secure
    ... straight to ssl secure socket? ... Use SSL socket. ... shall I use channels instead of threads that pick up sockets ...
    (comp.lang.java.programmer)
  • Re: Selector returns empty keyset
    ... I've recently had a very similar problem, although mine was on a socket ... channels ready, and the selectedKeys() set was empty, but it returned ... To quote Alan Bateman directly: ...
    (comp.lang.java)