Re: python for irc client

2024-07-08 Thread orzodk via Python-list
Daniel via Python-list writes: > One thing missing is a good textmode irc client that will connect to > quassel core. > > I've seen efforts to make a plugin for weechat but, to date, I don't see much > progress on that end. > > In your wisdom, would python be a

Re: python for irc client

2024-07-04 Thread Daniel via Python-list
dvent of new languages has brought me >> here. Python has built quite a reputation. It would be fun to pick up a >> new language while I'm at it. >> >> I've been a consumer of IRC since the nineties and have been running an >> instance of quassel core on an o

Re: python for irc client

2024-07-04 Thread Left Right via Python-list
Hi. Just FYI, I use Erc (in Emacs). I'm not a very advanced user, perhaps, but I never felt like I miss anything. That's not to stop you from making your own, but if you just need a decent text client for IRC, then there's already at least one. On Thu, Jul 4, 2024 at 11:30 AM in

Re: python for irc client

2024-07-04 Thread inhahe via Python-list
On Thu, Jul 4, 2024 at 5:22 AM inhahe wrote: > > > On Thu, Jul 4, 2024 at 5:14 AM Daniel via Python-list < > python-list@python.org> wrote: > >> >> In your wisdom, would python be a good environment to accomplish this? > > > I think Python would be

Re: python for irc client

2024-07-04 Thread inhahe via Python-list
Python has built quite a reputation. It would be fun to pick up a > new language while I'm at it. > > I've been a consumer of IRC since the nineties and have been running an > instance of quassel core on an old laptop for the last decade. Over the > years, my use of xwindows

python for irc client

2024-07-04 Thread Daniel via Python-list
Hi guys - I have historical experience developing sofwtare for my own use. It has been quite a while since doing so and the advent of new languages has brought me here. Python has built quite a reputation. It would be fun to pick up a new language while I'm at it. I've been a consu

Fwd: How to cycle through servers on Connection Fail in an IRC client?

2021-02-27 Thread inhahe
I'm not sure if it's okay to ask about Twisted in this mailing list, but Twisted's mailing list seems to have ignored my submission for some reason. And their mailing list seems mostly dead anyway. So here goes: I'm making an IRC client using Twisted, and I want to connect t

Re: About the #python irc channel on freenode.

2019-08-13 Thread Calvin Spealman
The #python channel only allows registered Freenode users in. You can learn about registration on Freenode here: https://freenode.net/kb/answer/registration Once you've got a registered account you can join #python and should find many helpful people ready to help you. On Mon, Aug 12, 2019 at 8:0

Re: About the #python irc channel on freenode.

2019-08-12 Thread David
On Tue, 13 Aug 2019 at 10:00, Hongyi Zhao wrote: > > But I always be put into the #python-unregistered channel as follows: > > -- > Now talking on #python-unregistered > * Topic for #python-unregistered is: Welcome to #python-unregistered! > You've been put here because #python requires yo

Re: About the #python irc channel on freenode.

2019-08-12 Thread Hongyi Zhao
On Mon, 12 Aug 2019 16:13:41 -0700, Paul Rubin wrote: > It's always worked ok for me. But I always be put into the #python-unregistered channel as follows: -- Now talking on #python-unregistered * Topic for #python-unregistered is: Welcome to #python-unregistered! You've been put here b

About the #python irc channel on freenode.

2019-08-12 Thread Hongyi Zhao
Hi, Sorry for bothering here for this not technically python issue. I want to chat some issues on the #python irc channel hosted on freenode. But try so many times still cann't succeed. Could anyone here give me some hint if you can successfully do this thing? Regards -- .: Hongyi

Re: How to use a variable to act as @rule in a Sopel IRC bot module?

2015-12-22 Thread arresteddevlopment
swer): @rule(answer) def correct(bot, trigger): bot.say(' correctamundo!') If the above comes out wonky again I also asked on StackOverflow (http://stackoverflow.com/questions/34419265/how-to-set-and-later-change-a-rule-in-a-sopel-irc-bot-module-python). Any help would be greatly appreciated. -- https://mail.python.org/mailman/listinfo/python-list

How to use a variable to act as @rule in a Sopel IRC bot module?

2015-12-22 Thread arresteddevlopment
Hi everyone. I'm working with the Sopel (previously Willie and before that, Jenni/Phenny) python IRC bot as I'd like to set up a trivia quiz for our IRC channel. With Sopel, the @rule decorator lets you set a string that the bot will listen out for and which triggers a correspondin

Python Bug Day this Saturday in Montreal and on IRC

2012-10-29 Thread Éric Araujo
from 10:00 to 18:00. Please register at http://mpbugday.eventbrite.ca/ to let us know how many people to expect. People from around the world are welcome to join the #python-dev IRC channel to participate in the bug day. This page contains all the information you need to get set up, see the list

RE: Code Review: a framework for writing IRC applications or bots

2011-10-12 Thread Prasad, Ramit
> It was important to me that I include a number of features: such as automatic > on-the-fly reloading, If you are referring to reloading python modules (and not configuration files), I can tell you that this is a difficult feature to implement, much less do it correctly. I have experienced tro

Code Review: a framework for writing IRC applications or bots

2011-10-12 Thread Max Countryman
ations and general quality of the code. The goal was to create a framework for writing IRC applications or bots. I modeled the API after Flask. It was important to me that I include a number of features: such as automatic on-the-fly reloading, threaded plugins, and the ability to reconnect to a netw

TONIGHT Join 5-6P Mon 11th - 1st Evening Meeting test IRC & VOIP online Python at BerkeleyTIP-Global - for forwarding

2010-01-11 Thread giovanni_re
You're invited to the first test of the Global Python bimonthly evening meetings at BerkeleyTIP-Global. :) Join in tonight, Monday Jan 11, 5-6P Pacific, 8-9P Eastern, = Tues Jan 12 1A-2A UTC. http://sites.google.com/site/berkeleytip/schedule On #berkeleytip on irc.freenode.net, & on voip - whate

Re: Are there any modules for IRC, that work with Python 3.1?

2009-10-16 Thread Ross Ridge
TerryP wrote: >Having recently been put into search for a new IRC client, and >everything I've thrown in the cauldron having become a >disappointment... Have you tried the IRC client script for Vim? Ross Ridge -- l/ // Ross Ridge --

Re: Are there any modules for IRC, that work with Python 3.1?

2009-10-15 Thread TerryP
On Oct 15, 10:36 pm, a...@pythoncraft.com (Aahz) wrote: > Why do you think that would be wise?  If library writers haven't upgraded > their libraries to 3.1, shouldn't that be a message to you? To me, it generally sends this kind of message: if lib.has_lots_of_users: try: avoid.as_long_as_p

Re: Are there any modules for IRC, that work with Python 3.1?

2009-10-15 Thread Andre Pereira
Try IRC IT (II) from suckless (http://tools.suckless.org/ii). Quoting: ii is a minimalist FIFO and filesystem-based IRC client. It creates an irc directory tree with server, channel and nick name directories. In every directory a FIFO in file and a normal out file is created. The in file

Re: Are there any modules for IRC, that work with Python 3.1?

2009-10-15 Thread Aahz
In article <204e41fe-a00c-46d2-bb78-4f826ae75...@o41g2000yqb.googlegroups.com>, TerryP wrote: > >Does anyone know of any modules for dealing with the IRC protocol, >that will work with Python 3.1? It doens't have to be super great, >just less time consuming then playin

Re: Are there any modules for IRC, that work with Python 3.1?

2009-10-15 Thread Chris Jones
On Sat, Oct 10, 2009 at 01:39:48AM EDT, TerryP wrote: [..] > Having recently been put into search for a new IRC client, and > everything I've thrown in the cauldron having become a > disappointment... OT as always, but I'm surprised you found weechat-curses disappoi

Re: Are there any modules for IRC, that work with Python 3.1?

2009-10-14 Thread Jorgen Grahn
On Sat, 2009-10-10, TerryP wrote: > Does anyone know of any modules for dealing with the IRC protocol, > that will work with Python 3.1? It doens't have to be super great, > just less time consuming then playing with sockets directly (and obv. > stable). The only module in m

Are there any modules for IRC, that work with Python 3.1?

2009-10-09 Thread TerryP
Does anyone know of any modules for dealing with the IRC protocol, that will work with Python 3.1? It doens't have to be super great, just less time consuming then playing with sockets directly (and obv. stable). The only module in my systems package manager is irclib for Python 2.6. I can

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

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+&quo

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

IRC bot

2009-09-13 Thread Someone Something
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 hos

Re: Logging contents of IRC channel

2009-09-03 Thread devaru
On Sep 1, 9:56 am, alex23 wrote: > On Sep 1, 3:23 am, devaru wrote: > > > I am new to Python. I want to log the activities in an IRC channel. > > Any pointers regarding this would be of great help. > > It would help us if you could explain why the answers weren't s

Re: Logging contents of IRC channel

2009-09-01 Thread Dan Upton
, devaru wrote: > > I am new to Python. I want to log the activities in an IRC channel. > > Any pointers regarding this would be of great help. > > How are you going to plug into the chat server to obtain the data? > > How will you store the data? > > The in between p

Re: Logging contents of IRC channel

2009-08-31 Thread Jonathan Gardner
On Aug 31, 10:23 am, devaru wrote: > I am new to Python. I want to log the activities in an IRC channel. > Any pointers regarding this would be of great help. How are you going to plug into the chat server to obtain the data? How will you store the data? The in between parts are reall

Re: Logging contents of IRC channel

2009-08-31 Thread Paul Rubin
devaru writes: > I am new to Python. I want to log the activities in an IRC channel. > Any pointers regarding this would be of great help. http://science.slashdot.org/science/04/04/13/1356216.shtml -- http://mail.python.org/mailman/listinfo/python-list

Re: Simple IRC library

2009-08-25 Thread jason
On 2009-08-24 01:39:21 -0600, devaru said: Hi all, I am new to Python language. I want to capture(either in database or a file) the conversation in IRC. Fed. Please suggest me some simple IRC library or code snippet for this. I have used the oyoyo library with success. It's pretty

Re: Simple IRC library

2009-08-24 Thread alex23
devaru wrote: > I am new to Python language. I want to capture(either in database or a > file) the conversation in IRC. > Please suggest me some simple IRC library or code snippet for this. I recommend the circuits[1] library, which contains a sample irc bot [2]. You'll want t

Simple IRC library

2009-08-24 Thread devaru
Hi all, I am new to Python language. I want to capture(either in database or a file) the conversation in IRC. Please suggest me some simple IRC library or code snippet for this. -- http://mail.python.org/mailman/listinfo/python-list

Re: Regular exprssion for IRC messages

2009-07-22 Thread Jon Clements
On 22 July, 06:43, "Gabriel Genellina" wrote: > En Fri, 17 Jul 2009 13:59:47 -0300, nohics nohics   > escribió: > > > When an IRC client receive a messages, this message in in a special   > > format > > defined here: Message format in pseudo > > BNF&

Re: Regular exprssion for IRC messages

2009-07-21 Thread Gabriel Genellina
En Fri, 17 Jul 2009 13:59:47 -0300, nohics nohics escribió: When an IRC client receive a messages, this message in in a special format defined here: Message format in pseudo BNF<http://www.irchelp.org/irchelp/rfc/chapter2.html#c2_3_1>( I want to transforme the message format defi

Regular exprssion for IRC messages

2009-07-17 Thread nohics nohics
Hello, When an IRC client receive a messages, this message in in a special format defined here: Message format in pseudo BNF<http://www.irchelp.org/irchelp/rfc/chapter2.html#c2_3_1>( http://www.irchelp.org/irchelp/rfc/chapter2.html#c2_3_1 ). For example we can have: :mynickname!n=m

Re: #python IRC help - my internet provider is banned!

2009-01-08 Thread Jason Ribeiro
I am not a #python operator, but do note that #python is +r so you must be registered and identified to join the channel, see http://freenode.net/faq.shtml#userregistration . Otherwise, giving the exact ban that is affecting you or your hostmask would probably be helpful to the operators. On Wed

Re: #python IRC help - my internet provider is banned!

2009-01-08 Thread Mildew Spores
What? Sounds a bit unlikely unless its Virgin.. I'd imagine it might be that your isp needs to get itself off a black list. Brian -- My Hotmail Account mildew_spo...@hotmail.com "simonh" wrote in message news:fd0bd7d3-ad1d-43c2-b8e5-642a95c21...@t26g2000prh.googlegroups.com... > Hi. Not sure i

Re: #python IRC help - my internet provider is banned!

2009-01-07 Thread simonh
On Jan 7, 6:30 pm, "Mildew Spores" wrote: > What? Sounds a bit unlikely unless its Virgin.. > I'd imagine it might be that your isp needs to get itself off a black list. > Brian > > -- > My Hotmail Account > mildew_spo...@hotmail.com > > "simonh" wrote in message > > news:fd0bd7d3-ad1d-43c2-b8e5-

#python IRC help - my internet provider is banned!

2009-01-07 Thread simonh
Hi. Not sure if anyone can help here, but I'm trying to access #python and have found out that my ISP has a blanket ban (for some reason). Does anyone know how I can contact an operator to join? Thanks. -- http://mail.python.org/mailman/listinfo/python-list

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 >

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

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.

IRC

2008-10-21 Thread Amie
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 You -- http://mail.python.org/mailman/listinfo/python-list

irc proxy search crack

2008-04-20 Thread john00587
irc proxy search crack http://cracks.00bp.com F R E E C R A C K S -- http://mail.python.org/mailman/listinfo/python-list

Re: Python IRC Zork

2008-02-28 Thread Kris Davidson
> The bigger picture would be writing a full Z machine in Python, which is > something I embarked on for my own amusement a while back but never got > far enough to do anything useful at all, given the size of the task. Might be worth trying that or setting up a project somewhere, do any exist?

Re: Official IRC channel for Python?

2008-02-28 Thread js
I saw bad guys on IRC a few days ago, but it was not a problem because Ignore user function in IRC client makes his/her messages invisible. BTW,who's the maintainer of the channel? On 27 Feb 2008 11:34:54 -0800, Paul Rubin <"http://phr.cx"@nospam.invalid> wrote: >

Re: Python IRC Zork

2008-02-28 Thread Erik Max Francis
Kris Davidson wrote: > If this has been done before in another language could someone please > tell me, if not I was wondering is its possible and what the easier > way is to create an IRC bot that allows you to play Zork: > > I was thinking of just creating a simple Python IRC bo

Re: Python IRC Zork

2008-02-27 Thread Kris Davidson
possible and what the easier > way is to create an IRC bot that allows you to play Zork: > > I was thinking of just creating a simple Python IRC bot or finding an > existing one then have it run Zork and read/write from stdout/stdin. > > Is that possible? Is there a better or

Python IRC Zork

2008-02-27 Thread Kris Davidson
Hi, If this has been done before in another language could someone please tell me, if not I was wondering is its possible and what the easier way is to create an IRC bot that allows you to play Zork: I was thinking of just creating a simple Python IRC bot or finding an existing one then have it

Re: Official IRC channel for Python?

2008-02-27 Thread Guilherme Polo
advantage really worth? > > > > > The direct benefit is a probability of having less spam, and things > > like that. > > > I don't remember ever seeing irc spam on freenode. I see it once in a > while on undernet. This is a non-problem. I'm not j

Re: Official IRC channel for Python?

2008-02-27 Thread Paul Rubin
gt; like that. I don't remember ever seeing irc spam on freenode. I see it once in a while on undernet. This is a non-problem. -- http://mail.python.org/mailman/listinfo/python-list

Re: Official IRC channel for Python?

2008-02-27 Thread Guilherme Polo
2008/2/27, js <[EMAIL PROTECTED]>: > > You can't join #python on freenode without identifying with nickserv > > first. > > > Why is that? > I can join #perl, #php, #ruby, #mysql, #postgres without registration. > What advantage does it have? and the advantage really worth? > The direct benefit

Re: Official IRC channel for Python?

2008-02-27 Thread js
> You can't join #python on freenode without identifying with nickserv > first. Why is that? I can join #perl, #php, #ruby, #mysql, #postgres without registration. What advantage does it have? and the advantage really worth? If #python were the developer's room, I'd say it's reasonable, but that

Re: Official IRC channel for Python?

2008-02-24 Thread Steve Holden
Torsten Bronger wrote: > Hallöchen! > > Steve Holden writes: > >> js wrote: >> >>> Really? maybe I'm been blocked from it... thanks. >> Currently 479 users. > > I'd be nice if we could achieve some sort of network effect in > [EMAIL

Re: Official IRC channel for Python?

2008-02-24 Thread Torsten Bronger
Hallöchen! Steve Holden writes: > js wrote: > >> Really? maybe I'm been blocked from it... thanks. > > Currently 479 users. I'd be nice if we could achieve some sort of network effect in [EMAIL PROTECTED] I don't want to start a Jabber v. IRC debate here; I

Re: Official IRC channel for Python?

2008-02-23 Thread Paul Rubin
Paul Rudin <[EMAIL PROTECTED]> writes: > You can't join #python on freenode without identifying with nickserv > first. Oh, interesting and annoying. I don't know if I've noticed that before. -- http://mail.python.org/mailman/listinfo/python-list

Re: Official IRC channel for Python?

2008-02-23 Thread Paul Rudin
Paul Rubin writes: > "Manu Hack" <[EMAIL PROTECTED]> writes: >> > Really? maybe I'm been blocked from it... >> > thanks. >> >> Maybe you need your nick name to be recognized. You need to register >> your nickname somewhere. > > On freenode, you need to register your n

Re: Official IRC channel for Python?

2008-02-23 Thread Manu Hack
e at all? Can you join other > channels? > -- For most of the channels there is not problem joining. Only the python channel I need to use message nickserv to identify in order to join. I'm not very into the irc thing so after the first time I register the nickname and then I don't s

Re: Official IRC channel for Python?

2008-02-23 Thread Paul Rubin
"Manu Hack" <[EMAIL PROTECTED]> writes: > > Really? maybe I'm been blocked from it... > > thanks. > > Maybe you need your nick name to be recognized. You need to register > your nickname somewhere. On freenode, you need to register your nick in order to send private messages, but you can join a

Re: Official IRC channel for Python?

2008-02-23 Thread Manu Hack
On Sun, Feb 24, 2008 at 12:16 AM, js <[EMAIL PROTECTED]> wrote: > Really? maybe I'm been blocked from it... > thanks. Maybe you need your nick name to be recognized. You need to register your nickname somewhere. Manu -- http://mail.python.org/mailman/listinfo/python-list

Re: Official IRC channel for Python?

2008-02-23 Thread js
No. Actually, i'm very new to IRC. On Sun, Feb 24, 2008 at 2:55 PM, Steve Holden <[EMAIL PROTECTED]> wrote: > js wrote: > > Really? maybe I'm been blocked from it... > > thanks. > > > Currently 479 users. Have you been blocked from many channels? >

Re: Official IRC channel for Python?

2008-02-23 Thread Steve Holden
js wrote: > Really? maybe I'm been blocked from it... > thanks. > Currently 479 users. Have you been blocked from many channels? regards Steve -- Steve Holden+1 571 484 6266 +1 800 494 3119 Holden Web LLC http://www.holdenweb.com/ -- http://mail.python.org/mailman/list

Re: Official IRC channel for Python?

2008-02-23 Thread js
Really? maybe I'm been blocked from it... thanks. On 23 Feb 2008 20:37:42 -0800, Paul Rubin <"http://phr.cx"@nospam.invalid> wrote: > js <[EMAIL PROTECTED]> writes: > > I tried #python irc.freenode.net > > That has always worked for me. > > -- > http://mail.python.org/mailman/listinfo/python-l

Re: Official IRC channel for Python?

2008-02-23 Thread Paul Rubin
js <[EMAIL PROTECTED]> writes: > I tried #python irc.freenode.net That has always worked for me. -- http://mail.python.org/mailman/listinfo/python-list

Official IRC channel for Python?

2008-02-23 Thread js
Howdy, I was wondering if there's official IRC channel for Python. I tried #python irc.freenode.net and irc.openproject.net with no luck. Could you please give me some suggestions? -- http://mail.python.org/mailman/listinfo/python-list

IRC bot threading dilemma

2008-01-18 Thread bakermi
Hello, I have coded an IRC bot in Python. Each inbound packet is parsed, and once the bot decides whether it is a command directed at the bot or not, it will either discard the packet or make a function call to an access control checker function. If the invoking user is found to have sufficient

Re: anyone know howto IRC to freenode over port 80?

2007-10-05 Thread Gabriel Genellina
En Fri, 05 Oct 2007 20:18:30 -0300, gavino <[EMAIL PROTECTED]> escribi�: > anyone? http://ircatwork.com/ -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list

anyone know howto IRC to freenode over port 80?

2007-10-05 Thread gavino
anyone? -- http://mail.python.org/mailman/listinfo/python-list

Re: Python IRC bot using Twisted

2007-07-11 Thread Jean-Paul Calderone
On Wed, 11 Jul 2007 03:51:27 -0700, ddtm <[EMAIL PROTECTED]> wrote: >I have another problem with my IRC bot. There is privmsg(self, user, >channel, msg) function (this function handles the incoming IRC data) >in the code that was mentioned above. I have a special condition in >

Re: Python IRC bot using Twisted

2007-07-11 Thread ddtm
I have another problem with my IRC bot. There is privmsg(self, user, channel, msg) function (this function handles the incoming IRC data) in the code that was mentioned above. I have a special condition in this function that if a user sends to bot a private message (in other words: if channel

Re: Python IRC bot using Twisted

2007-07-04 Thread ddtm
On 3, 20:08, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: > On Tue, 03 Jul 2007 15:51:30 -, ddtm <[EMAIL PROTECTED]> wrote: > >On 3, 17:55, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: > >> On Tue, 03 Jul 2007 13:44:34 -, ddtm <[EMAIL PROTECTED]> wrote: > >> >On 3, 16:01, Je

Re: Python IRC bot using Twisted

2007-07-03 Thread Jean-Paul Calderone
On Tue, 03 Jul 2007 15:51:30 -, ddtm <[EMAIL PROTECTED]> wrote: >On 3, 17:55, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: >> On Tue, 03 Jul 2007 13:44:34 -, ddtm <[EMAIL PROTECTED]> wrote: >> >On 3, 16:01, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: >> > [snip] >> >> >Thank yo

Re: Python IRC bot using Twisted

2007-07-03 Thread ddtm
On 3, 17:55, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: > On Tue, 03 Jul 2007 13:44:34 -, ddtm <[EMAIL PROTECTED]> wrote: > >On 3, 16:01, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: > > [snip] > > >Thank you very much! It's a very useful information. One more > >question: can I c

Re: Python IRC bot using Twisted

2007-07-03 Thread Jean-Paul Calderone
On Tue, 03 Jul 2007 13:44:34 -, ddtm <[EMAIL PROTECTED]> wrote: >On 3, 16:01, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: > [snip] > >Thank you very much! It's a very useful information. One more >question: can I cancel the DelayedCall using its ID (it is returned >from callLater(...)) f

Re: Python IRC bot using Twisted

2007-07-03 Thread ddtm
On 3, 16:01, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: > On Tue, 03 Jul 2007 09:46:59 -, ddtm <[EMAIL PROTECTED]> wrote: > >I'm using an example of IRC bot (_ttp://twistedmatrix.com/projects/ > >words/documentation/examples/ircLogBot.py) to create my

Re: Python IRC bot using Twisted

2007-07-03 Thread Jean-Paul Calderone
On Tue, 03 Jul 2007 09:46:59 -, ddtm <[EMAIL PROTECTED]> wrote: >I'm using an example of IRC bot (_ttp://twistedmatrix.com/projects/ >words/documentation/examples/ircLogBot.py) to create my own bot. But I >have a problem. I'm trying to make my bot send messages period

Python IRC bot using Twisted

2007-07-03 Thread ddtm
I'm using an example of IRC bot (_ttp://twistedmatrix.com/projects/ words/documentation/examples/ircLogBot.py) to create my own bot. But I have a problem. I'm trying to make my bot send messages periodically. But I can't find a way of adding Timer or something similar to my code s

ANN: gozerbot IRC and JABBER bot

2007-01-30 Thread bthate
gozerbot a python irc and jabber bot see http://code.google.com/p/gozerbot you need: * a shell * python 2.4 or higher * if you want mysql support: the py-MySQLdb module * if you want jabber support: the xmpppy module why gozerbot? * user management by userhost * fleet

New IRC Channel: #moderncalcs

2006-12-28 Thread RadSurfer
IRC Server:Freenode IRC Channel: #moderncalcs Purpose: #moderncalcs created December 2005 is intended as a real-time chat channel for anyone using any model of scientific/graphing/programmable calculator, especially those of modern design. However, any calculator-related topic is acceptable

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? > &

IRC questions!!

2006-07-07 Thread bruce
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 -- http://mail.python.org/mailman/listi

IRC Bot trouble..

2006-02-23 Thread yawgmoth7
I'm currently writing a IRC bot for fun...here is the code that I have writen so far: import sys import socket import string import time HOST="irc.freenode.net" PORT=6667 NICK="PapaJorgio_" IDENT="Papa" REALNAME="Jorgio" CHANNEL = &

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

IRC sockets and queries

2005-12-29 Thread Jay
connection between IMServ and my computer and if you dont know wat IMserv is then please follow.. http://www.zevils.com/linux/imirc/ which is bascially a gateway between AIM and IRC. so, this IMServ creates a query called IMServ where u give it commands such as signon and stuff. my prog can only connect