Re: IRC bot

2009-09-13 Thread Someone Something
Thanks a lot! On Sun, Sep 13, 2009 at 4:29 PM, MRAB wrote: > Someone Something wrote: > >> I"m trying to write an IRC bot just for fun (in python of course). Here's >> my current code: >> >> 1 #!/usr/local/bin/python >> 2 import time >> 3 import socket >> 4 >> 5 def message (x, channel,s):

Re: IRC bot

2009-09-13 Thread MRAB
Someone Something wrote: I"m trying to write an IRC bot just for fun (in python of course). Here's my current code: 1 #!/usr/local/bin/python 2 import time 3 import socket 4 5 def message (x, channel,s): 6 y="PRIVMSG"+" "+ channel+" :"+x 7 s.send(y); 8 host="irc.freenode

Re: IRC bot

2009-09-13 Thread Someone Something
Anyone? On Sun, Sep 13, 2009 at 3:58 PM, Someone Something wrote: > I"m trying to write an IRC bot just for fun (in python of course). Here's > my current code: > > 1 #!/usr/local/bin/python > 2 import time > 3 import socket > 4 > 5 def message (x, channel,s): > 6 y="PRIVMSG"+" "+

Re: IRC

2008-10-22 Thread Lie Ryan
On Tue, 21 Oct 2008 05:59:43 -0700, Amie wrote: > HI All, > > Please can you perhaps provide me with links or good places where I can > learn what IRC is, how to work with it and how to write to a large log > file at the same time as letting the IRC spy read and write to the > server. > > Thank

Re: IRC

2008-10-21 Thread Dotan Cohen
2008/10/21 Amie <[EMAIL PROTECTED]>: > HI All, > > Please can you perhaps provide me with links or good places where I > can learn what IRC is, how to work with it and how to write to a large > log file at the same time as letting the IRC spy read and write to the > server. > http://www.google.com

Re: IRC

2008-10-21 Thread Ben Finney
Amie <[EMAIL PROTECTED]> writes: > Please can you perhaps provide me with links or good places where I > can learn what IRC is […] A rather strange request on a forum dedicated to the Python programming language. Nevertheless, you will likely find http://irchelp.org/> useful. -- \ “Pi

RE: IRC questions!! (off topic)

2006-07-07 Thread bruce
oo or is there something else i need to do... thanks -bruce -Original Message- From: Jon Clements [mailto:[EMAIL PROTECTED] Sent: Friday, July 07, 2006 1:45 PM To: [EMAIL PROTECTED] Subject: Re: IRC questions!! Bruce, What happens when you attempt to connect? What messages do you get

RE: IRC questions!!

2006-07-07 Thread bruce
python.org Subject: Re: IRC questions!! bruce wrote: > hi... > > i'm trying to figure out what i have to do to setup mIRC to get the #python > channel on IRC!! > > any pointers. the mIRC docs didn't get me very far. > > is there an irc.freenode.net that i ne

Re: IRC questions!!

2006-07-07 Thread Jon Clements
bruce wrote: > hi... > > i'm trying to figure out what i have to do to setup mIRC to get the #python > channel on IRC!! > > any pointers. the mIRC docs didn't get me very far. > > is there an irc.freenode.net that i need to connect to? how do i do it? > > thanks.. > > -bruce Assuming you're famil

Re: IRC sockets and queries

2006-01-03 Thread Thomas Wouters
On Fri, 30 Dec 2005 16:17:01 -0800, Jay wrote: > LMFAO! those were jokes for my friends. lol.and btw the dccpoper and > bot and crap were jokes that i made up for my friends on the #python > channel in freenode... It was a joke. Yet no one on the channel thought it was funny. It got you kicked an

Re: IRC sockets and queries

2005-12-30 Thread J4Y
kk -- http://mail.python.org/mailman/listinfo/python-list

Re: IRC sockets and queries

2005-12-30 Thread Heiko Wundram
Heiko Wundram wrote: > Yeah, me too. How lame do you think we are?! I won't feed the trolls... I won't feed the trolls... I won't feed the trolls... I won't feed the trolls... --- Heiko. -- http://mail.python.org/mailman/listinfo/python-list

Re: IRC sockets and queries

2005-12-30 Thread Heiko Wundram
Jay wrote: > LMFAO! Yeah, me too. How lame do you think we are?! --- Heiko. -- http://mail.python.org/mailman/listinfo/python-list

Re: IRC sockets and queries

2005-12-30 Thread J4Y
http://h1.ripway.com/jay001/PyIRCnMo.txt -- http://mail.python.org/mailman/listinfo/python-list

Re: IRC sockets and queries

2005-12-30 Thread Jay
LMFAO! those were jokes for my friends. lol.and btw the dccpoper and bot and crap were jokes that i made up for my friends on the #python channel in freenode... It was a joke.Anyway.. My bad, its ok if u dont want to help... no one likes me on this group anyway... u guys just joined the crowd... bt

Re: IRC sockets and queries

2005-12-30 Thread Heiko Wundram
David Wahler wrote: > > Not only is this obnoxious, it doesn't even work. > > Not only is this _extremely_ obnoxious, but it doesn't even work. Don't > expect any help from me. > Thanks for pointing that out (I must've missed those two examples when I read the code). And I even pointed him in

Re: IRC sockets and queries

2005-12-30 Thread David Wahler
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.

Re: IRC sockets and queries

2005-12-30 Thread Heiko Wundram
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? Don't take this the hard way, but this question doesn't make sense, and your source code doe