Advertisement
Dinosaur

Untitled

Mar 10th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. bind pub omn !ks proc_kicks
  2. bind pub omn !kbs proc_kickbans
  3. bind pub omn !DECAPITATION proc_decap
  4. bind pub omn !DUEL proc_duel
  5. bind pub omn !LAZOR proc_lazor
  6. bind pub omn !GOATSE proc_goatse
  7. bind pub omn !DERP proc_derp
  8. bind pub omn !RAEP proc_raep
  9. bind pub omn !MORDOR proc_mord
  10. bind pub omn !BEARTRAP proc_bear
  11. bind pub omn !HUH_ proc_huh
  12.  
  13. proc proc_kicks { nick uhost hand chan text } {
  14. putquick "Nothing yet"
  15. }
  16.  
  17. proc proc_kickbans { nuck uhost hand chan text } {
  18. putquick "PRIVMSG $chan :Methods are \: \002 !RAEP !MORDOR !BEARTRAP !HUH_ \002"
  19. }
  20.  
  21. proc proc_raep { nick uhost hand chan text } {
  22. global botnick
  23. if {[onchan $text]} {
  24. if {$text == $botnick} { return 0 }
  25. set banmask [getchanhost $text $chan]
  26. putquick "PRIVMSG $chan :$text is far too innocent. He needs a DAMN good RAEPing."
  27. putquick "PRIVMSG $chan :$\0034With blood. \0032\:3"
  28. putquick "MODE $chan +b $banmask"
  29. putquick "KICK $chan $text :$botnick RAEPs $text with his large collection of anatomically correct animal dildos"
  30. } else { putserv "PRIVMSG $chan :$text Is Not In The Channel" }
  31. }
  32.  
  33. proc proc_mord { nick uhost hand chan text } {
  34. global botnick
  35. if {[onchan $text]} {
  36. if {$text == $botnick} { return 0 }
  37. set banmask [getchanhost $text $chan]
  38. putquick "PRIVMSG $chan :YOU SHALL NOT"
  39. putquick "PRIVMSG $chan :FUCKING"
  40. putquick "PRIVMSG $chan :PASS"
  41. putquick "MODE $chan +b $banmask"
  42. putquick "KICK $chan $text :Gandalf"
  43. } else { putserv "PRIVMSG $chan :$text Is Not In The Channel" }
  44. }
  45.  
  46. proc proc_bear { nick uhost hand chan text } {
  47. global botnick
  48. if {[onchan $text]} {
  49. if {$text == $botnick} { return 0 }
  50. set banmask [getchanhost $text $chan]
  51. putquick "PRIVMSG $chan :$nick places beartraps in a circle around $chan, to keep $text out"
  52. putquick "MODE $chan +b $banmask"
  53. putquick "KICK $chan $text :CRUNCH"
  54. } else { putserv "PRIVMSG $chan :$text Is Not In The Channel" }
  55. }
  56.  
  57. proc proc_huh { nick uhost hand chan text } {
  58. global botnick
  59. if {[onchan $text]} {
  60. if {$text == $botnick} { return 0 }
  61. set banmask [getchanhost $text $chan]
  62. putquick "PRIVMSG $chan :Huh_ hears $nick's pleas, and banished the fuck out of $text"
  63. putquick "MODE $chan +b $banmask"
  64. putquick "KICK $chan $text :http://en.wikipedia.org/wiki/Huh_\(god\)"
  65. } else { putserv "PRIVMSG $chan :$text Is Not In The Channel" }
  66. }
  67.  
  68.  
  69. proc proc_kick { nick uhost hand chan text } {
  70. if {[onchan $text]} {
  71. putquick "KICK $chan $text :Requested"
  72. } else { putserv "PRIVMSG $chan :\002$text\002 Not In Channel" }
  73. }
  74.  
  75. putlog "my large anus is loaded"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement