Only commands that aren't built-in or aliased go to the server. Join does, because it's a server command. /echo does not, because it is something that mIRC does locally. I am unsure if you want an event for every /command used, or just the ones that are sent to the server. If it is the latter, you can always write a /debug -i @hiddenwindow alias to call alias for everything that would get sent to the @hiddenwindow. Not exactly the best solution, though, as it triggers for every single line sent to/from the server, and to my knowlege, you can't halt the line being sent. You can tell what is sent out by the fact that the $1- has -> instead of <-. I believe that the former, an event that triggers for every command used, has been suggested before.
Last edited by Hrung; 07/06/05 02:06 AM.