JetBlackHair

Be Free!

Jan 25th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. name: "Be free",
  3. regex: /^be? free/i,
  4. callback: function(data) {
  5. if(data.user===master) {
  6. master="";
  7. sock.chat("/me is not a free knight");
  8. }
  9. }
  10. },
Add Comment
Please, Sign In to add comment