Add other greetings

This commit is contained in:
Klaus-Uwe Mitterer 2015-03-19 20:09:27 +01:00
parent daee1c6ea9
commit 4b3902866e

View file

@ -29,11 +29,21 @@ while True:
recipient = status[2]
comment = status[3]
try:
greeting = random.randint(1,3)
greeting = random.randint(1,8)
if greeting == 1:
text = "Es ist soweit."
elif greeting == 2:
text = "Die Zeit ist gekommen."
elif greeting == 3:
text = "Los geht's."
elif greeting == 4:
text = "Du wolltest geweckt werden. Ich wecke."
elif greeting == 5:
text = "*aufweck*"
elif greeting == 6:
text = "Hopp, aufstehen!"
elif greeting == 7:
text = "*BUMM*"
else:
text = "Guten Morgen. :P"