I have maded this:
Code:
Say GoodBye to Channel and Exit: {
  if (%GBMessage == $null) {
    /set %GBMessage $$?="Input GoodBay Message...."
  }
  /msg $chan %GBMessage
  /timer1 3 1 echo <<- It's not works.. need help here.
  /msg $chan Ciao mamma guarda come mi diverto
  ; /leave
} 


Instead the timer it's my idea to add a pause... like somethigs wait about 5 seconds after post the %GBMessage to channel and only after left from this channel using the /left commands.

How i can do it ?

*EDIT*

Found myself solution apparently it's works:

Code:
  /msg $chan %GBMessage
  .timermsg 1 5 /leave
  ; /msg $chan Ciao mamma guarda come mi diverto
  ; /leave


Look also my comments TEST smile
If it's exist a better or alternative solution.. write it smile
Thanks in advance.

Last edited by DjDiabolik; 25/02/19 06:18 PM.