Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. on *:OPEN:?: {
  2. if (%pmb [ $+ [ $address($nick,1) ] ] == decline) {
  3. window -c $nick
  4. halt
  5. }
  6. msg $nick 11::: 8( Prive Blocker Please Be Patient 8) 11:::
  7. timer 1 0 acceptq $timestamp $nick
  8. }
  9. alias acceptq {
  10. set %acc $input( $1 will you accept a query from $+($2,?),yqdv,Accept Query )
  11. acceptqcheck $1 $2
  12. }
  13. alias acceptqcheck {
  14. if ( %acc == $yes ) {
  15. msg $2 11::: 8( Accepted 8) 11:::
  16. window -a $2
  17. }
  18. if ( %acc == $no ) {
  19. set %pmb [ $+ [ $address($2,1 ] ] yes
  20. timer 1 300 unset %pmb [ $+ [ $address($2,1 ] ]
  21. msg $2 11::: 8( Declined--If I'm At School My Parents Declined You If I'm here I dont want to deal with you 8) 11:::
  22. window -c $2
  23. }
  24. unset %acc
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement