Advertisement
PiggyWhiskey

ChatFilter

Dec 30th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. IF(%CHAT% = "/seed ");
  2. IF(confirmflag);
  3. LOG("If you say so?!");
  4. UNSET(confirmflag);
  5. PASS;
  6. ELSE;
  7. LOG("Are you sure you want to run %CHAT%?");
  8. SET(confirmflag);
  9. FILTER;
  10. ENDIF;
  11. ELSE;
  12. UNSET(confirmflag);
  13. ENDIF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement