Originally Posted By: westor
You can't use any event into an alias.

You can call the alias from the event:

Code:
ON *:TEXT:*:#: { call_alias $$1- }
alias -l call_alias { echo -a The message from the $event event into the $chan channel said from $nick nickname is $1- }


Thus. How it is implemented in my aliases ?
At the event ( BoT private message CHAN " permission denied" ) occur should continue the loop ( while)
Quote:
on *:text:*Permission denied!*:?:.......

How would you do to coordinate the alias and the event in the right place to continue the loop ?
Please look at my code , to know where the event should work. Thank you