nyctef / sweetiebot

ponychat jabber bot
0 stars 5 forks source link

choose command #39

Closed nyctef closed 9 years ago

nyctef commented 9 years ago

extension of c/d suggested by Vinyl

Nyctef:
02:12 def choose(input):
02:12   return random.choice(list(map(lambda e: e.strip(), input.split(","))))