theholder

theholder

Joined
May 24, 2010

Activity Stream

theholder created a Page  -  Jun 09, 2011
779 

a simple number guessing game

theholder commented on a Page, Python 8ball script  -  Apr 27, 2011

IMPORTS

import sys,re,random

END

THIS WILL WORK WITH PYTHON3.2

while True:
x = input("Please ask a question: ")
n = random.randint(1, 7)
if re.match("^exit$|^close$", x):
print("GoodBye!")
sys.exit()
elif n == 1:
print("The answer lies in your heart")
elif n == 2:
print("I do not know")
elif n == 3:
print("Almost certainly")
elif n == 4:
print("No")
elif n == 5:
print("Why do you need to ask?")
elif n == 6:
print("Go away. I do not wish to answer at this time.")
elif n == 7:
print("Time will only tell")

 Respond  
theholder commented on a Page, Bot PM Owner on nick mention  -  May 24, 2010

@Jethro_

Thanks for your help its nice.. thank you

 Respond  
theholder created a Page  -  May 24, 2010
653 

This simple script is to be added to a mirc bot to pm the owner of the bot when the owners name is mentioned in a channel.

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.