Advertisement
WacKEDmaN

Untitled

Jan 14th, 2019
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. # dan is lame 0.9 by WacKEDmaN
  2. #
  3. # Quotes random dan is lame quotes.
  4. #
  5. # Much of this script was stolen from the Discworld quotes script, which
  6. # you can get off the bseen tcl site. google it. Thanks to Dibbler for that.
  7. #
  8. #
  9. # Public, message, and dcc command to display lyrics is !daniel_j
  10. # or just change the !daniel_j below to whatever you want, .daniel_j, -daniel_j,
  11. # whatever.
  12. #
  13.  
  14. ## public command. ##
  15. bind pub - !daniel_j pub_wid
  16.  
  17. ## start meat & potatoes of script. ##
  18. proc pub_wid { nick mask hand channel args } {
  19. global whoisdan
  20. putquick "PRIVMSG $channel :[lindex $whoisdan [rand [llength $whoisdan]]]"
  21. }
  22.  
  23.  
  24.  
  25. set whoisdan {
  26.  
  27. "daniel_j is THE lamest of the lame"
  28.  
  29. "daniel_j: lamest"
  30.  
  31. "daniel_j is lame as a three legged dog with a broken leg"
  32.  
  33. "daniel_j is so lame he thinks velcro is a rip off"
  34.  
  35. "daniel_j is lame as a dead duck"
  36.  
  37. "daniel_j is so lame he special ordered Milli Vanilli on CD"
  38.  
  39. "daniel_j is so lame he thinks Vanilla Ice is Ice-T"
  40.  
  41. "daniel_j is so lame he thinks eminem can sing"
  42.  
  43. "daniel_j is so slow he can't keep worms in a tin"
  44.  
  45. "daniel_j is so lame he wouldnt know a tram was up him 'til the bell rang!"
  46.  
  47. "daniel_j is so lame he couldnt organise a piss-up in a brewery"
  48.  
  49. "daniel_j is as useful as a one-legged man in an arse kicking contest"
  50.  
  51. "daniel_j is so lame he must have 2 penises...he couldn't be that stupid from pulling one"
  52.  
  53. "daniel_j is so lame he can't tell his ass from a hole in the ground."
  54.  
  55. "daniel_j is so lame he couldn't organise a f#$k in a brothel with a fist full of fifties"
  56.  
  57. "daniel_j is so lame if his I.Q. were 2 points higher it would be the same as a bloody stone."
  58.  
  59. "daniel_J is so lame he couldn't pull the skin off a custard."
  60.  
  61. "daniel_j is so lame even he wished his dad had settled for a blow job."
  62.  
  63.  
  64. }
  65.  
  66. putlog "dan is lame by WacKEDmaN loaded."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement