Guest User

Untitled

a guest
Apr 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. on *:INPUT:!trading*:*: {
  2. if ($nick != $me) { halt }
  3. if (%tradingon == on) { halt }
  4. //set %tradingon on
  5. /msg #gnomes I am trading!
  6. /timer1 5 300 /msg #gnomes I am trading!
  7. /timer2 1 1500 //set %tradingon off
  8. /timer3 1 1500 /notice $me Your trading session has timed out. Type "/trading" to begin your script again.
  9. }
Add Comment
Please, Sign In to add comment