Advertisement
Guest User

teetBot

a guest
Nov 21st, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.48 KB | None | 0 0
  1. on 1:JOIN:#: {
  2.   if ($nick == teetbot) {
  3.     /msg $chan teetBot Has Joined! BigBrother
  4.   }
  5.   if ($nick == nightbot) {
  6.     /msg $chan NIGHTBOT YOU TIT! SwiftRage
  7.   }
  8. }
  9. on *:TEXT:hello:#: { msg $chan Welcome $nick ! BCWarrior/ }
  10. on *:TEXT:hi:#: { msg $chan Welcome $nick ! BCWarrior/ }
  11. on *:TEXT:!follow:#: { msg $chan Make sure to follow the stream if you want to catch when defDef goes live! <3 }
  12. on *:TEXT:!metal:#: { msg $chan You love metal! <3 He'll always be mod Kappa }
  13. on *:TEXT:!daly:#: { msg $chan Daly00d loves you $nick <3 }
  14. on *:TEXT:!doriot*:#: { msg $chan SwiftRage $nick IS RIOTING FOR $2- !!! SwiftRage }
  15. on *:TEXT:!source*:#: { msg $chan Source Code: http://pastebin.com/ZyNKWD5m - Last Updated: 20 Nov. }
  16. on *:TEXT:*who is your daddy teetbot*:#: { msg $chan I was made by Metalel. He is my daddy OpieOP }
  17. on *:TEXT:*tit*:#: {
  18.   %teetC = %teetC + 1
  19.   if (%teetC == 169) { msg $chan TOTAL TIT COUNTER 69!!! Kreygasm }
  20.   set %getPts 0
  21.   set %getPts %titpoints. [ $+ [ $nick ] ]
  22.   if (%getPts > 0) { set %titpoints. $+ $nick %getPts + 1 }
  23.   else { set %titpoints. $+ $nick 1 }
  24.   unset %getPts
  25.   if ($nick == metalel) { msg $chan MASTER METALEL! DatSheffy Total TITs: %teetC ( $nick score: %titpoints. [ $+ [ $nick ] ] ) }
  26.   else { msg $chan YOU TIT! FailFish Total TITs: %teetC ( $nick score: %titpoints. [ $+ [ $nick ] ] ) }
  27. }
  28. on *:TEXT:!rick*:#: {
  29.   %rickRollPoints = %rickRollPoints + 1
  30.   msg $chan Never Gonna Give You Up $nick ! OpieOP ( %rickRollPoints )
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement