Objection

Untitled

May 29th, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. alias twoout {
  2. msg $active one
  3. set %a blargh
  4. }
  5.  
  6. on *:text:*: {
  7. if (%a == blargh) {
  8. timer 1 0 msg $active two
  9. unset %a
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment