Advertisement
Guest User

Untitled

a guest
May 27th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. on *:TEXT:hi seki:#:{
  2. if ($spamcheck) {
  3. if (($nick == Baldi) || ($nick == Baldrov)) describe $chan $replacex($read(C:\Users\admin\Documents\baldi.txt),baldi,$nick)
  4. elseif ($nick == aranos) describe $chan $read(C:\Users\admin\Documents\aranos.txt)
  5. elseif ($nick == shini) describe $chan $read(C:\Users\admin\Documents\shini.txt)
  6. else describe $chan $read(C:\Users\admin\Documents\zufallstexte.txt)
  7. inc %totalslap
  8.  
  9. inc %reslap_spam
  10. .timer122 1 30 set %reslap_spam 0
  11. }
  12. }
  13. alias -l spamcheck {
  14. if (%reslap_spam == $null) { set -u10 %reslap_spam 0 }
  15. if (%reslap_spam < 3) { return $true }
  16. else { return $false }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement