Advertisement
misingnoglic

Untitled

Apr 9th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. def lmgtfy_feeling_lucky(phenny,input):
  2. phrase = input.group(2)
  3. phrase = phrase.split()
  4. phrase = '%20'.join(phrase)
  5. phenny.say('http://lmddgtfy.net/?q=!%20'+phrase+'')
  6.  
  7. lmgtfy_feeling_lucky.commands = ['lmgtfylucky']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement