Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. #whoiswatch on
  2. on *:SNOTICE:*whois on you*: {
  3. if (!%x) { set -u10 %x on
  4. window @Watcher
  5. echo @Watcher 10[15Whois Watcher10]15-=-10[15 $+ $2 $+ 10]15 @ 10[15 $+ $3 $+ 10]15 Whois'd you at 10[15 $+ $time $+ 10]15 on 10[15 $+ $date $+ 10]15 on server 10[15 $+ $server $+ 10]
  6. /inc %whoiscount 1
  7. return $tip(Whois, Whois'd By, $2 $3,,,,whoisreply)
  8. }
  9. }
  10. #whoiswatch end
  11.  
  12. Menu channel,status {
  13. -
  14. Whois Watcher
  15. .Whois Counter: echo -a [Counter] I have been whois'd [ %whoiscount ] times.
  16. .Enable Whois Watcher:/enable #whoiswatch
  17. .Disable Whois Watcher:/disable #whoiswatch
  18. -
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement