I just want commands sent to the server
be able to catch with "on INPUT"


Quote:

write a /debug -i @hiddenwindow alias to call alias for everything that would get sent to the @hiddenwindow

(I believe the custom mIRC version uses debug) ;x

Would be mutch simplier if you specify
on *:INPUT:*:/:{
if ($command == fart) { echo -a FART COMMAND USED! | halt }
elseif ($command == kick) { echo -a Do.what.ever.when.kick.command.is.called | halt }
aline @debug $1-
}

(just an example of what I mean)

I know you could use /debug -i @debug debug2
alias debug2 { if (*FART* iswm $3-) { halt } | aline @debug $1- }

but having to make sure /debug is currently on, @ to have a window open. Just be a little more hassle then
just to have on *:INPUT:*:/:{ or so.

the ":/:" is just an example.

Wonder if I scripted these example write, that'd suck if I didn't. xd
Me & my newbish ways to make things complicated for other ;x

Last edited by PhantasyX; 07/06/05 05:06 AM.