Hi. I have a list of common prefixes:
>>> prefixes = [ "the", "this", "that", "da", "d", "is", "are", "r", "you", "u"]
And I have a string, that I split() into a list.
>>> sentence = "what the blazes is this"
>>> sentence = sentence.split()
Now I want to strip the sentence of all words in the p
On Wed, 11 Apr 2007 06:46:14 +, Paul Boddie wrote:
> On 11 Apr, 15:31, "Dropkick Punt" <[EMAIL PROTECTED]> wrote:
>> Hi. I've written a bot in python, using the irclib by Joel Rosdahl.
>>
>> Works fine from my linux box at home, but when I upload it t
Hi. I've written a bot in python, using the irclib by Joel Rosdahl.
Works fine from my linux box at home, but when I upload it to my shell at
veritynet.net, can't seem to get it to connect to an irc server.
It doesn't report any errors.
Anyone have any idea how I might go about at least diagnosi