Guest User

Untitled

a guest
Oct 19th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. on *:LOAD: {
  2. echo -a 3©14 PM blocker By xelent
  3. }
  4.  
  5. on *:OPEN:?: {
  6. msg $nick 11::: 8( ASL? Piss off :) 8) 11:::
  7. timer 1 0 acceptq $timestamp $nick
  8.  
  9. }
  10. alias acceptq {
  11. set %acc $input( $1 will you accept a query from $+($2,?),yqdv,Accept Query )
  12. acceptqcheck $1 $2
  13. }
  14. alias acceptqcheck {
  15. if ( %acc == $yes ) {
  16. msg $2 11::: 8( Accepted. Talk...NOW. KGO. 8) 11:::
  17. window -a $2
  18. }
  19. if ( %acc == $no ) {
  20. msg $2 11::: 8( Kthxbai lul .8) 11:::
  21. window -c $2
  22. }
  23. unset %acc
  24. }
Add Comment
Please, Sign In to add comment