Advertisement
Guest User

Untitled

a guest
May 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. alias amsgON {
  2. set %amsg on
  3. echo -a * Auto-msg está Ativada!
  4. }
  5. alias amsgOFF {
  6. set %amsg off
  7. echo -a * Auto-msg está Desativada!
  8. }
  9.  
  10. on *:text:$(* $+ $me $+ *):#:{
  11. if (%amsg == on) {
  12. notice $nick Olá $nick $+ , estou ausente no momento e não posso responder agora.
  13. }
  14. }
  15. on *:text:$(* $+ $me $+ *):?:{
  16. if (%amsg == on) {
  17. notice $nick Olá $nick $+ , estou ausente no momento e não posso responder agora.
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement