Advertisement
Guest User

OnchatHomes

a guest
May 11th, 2021
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. $${
  2.  
  3. if(@listhomes_mexicanas_onchat);
  4. ifmatches(%CHATCLEAN%,"^(\, )?(\w+)(\,|$)");
  5. push(@&all_homes[],"%CHAT%");
  6. endif;
  7. ifmatches(%CHATCLEAN%,"^Dica: Filtre suas homes digitando: /listhomes <filtro>");
  8. unset(@listhomes_mexicanas_onchat);
  9. endif;
  10. endif;
  11. ifmatches(%CHATCLEAN%,"^(Teleportado\(a\)|Teleportado|Teleportada|Voc. foi enviado (.|para a) home \w+)(!|\.)?$");
  12. set(@teleportado);
  13. endif;
  14.  
  15.  
  16.  
  17. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement