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):
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
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"+" "+
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
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
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
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
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
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
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
kk
--
http://mail.python.org/mailman/listinfo/python-list
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
Jay wrote:
> LMFAO!
Yeah, me too. How lame do you think we are?!
--- Heiko.
--
http://mail.python.org/mailman/listinfo/python-list
http://h1.ripway.com/jay001/PyIRCnMo.txt
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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.
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
18 matches
Mail list logo