Quote:
Code:
alias test {
  echo -a Does $ $+ input stop everything?
  noop $input(Let's find out.,o)
  echo -a Why yes it does.
}

Why what a nice simple bit of code that showed nothing. Now I could just use your code and go into a active channel and run it, watch the little popup appear, then watch all the text in channel keep coming, which would show im right, but i thought id write something more direct.

Code:
alias test {
  .timerMYSIGNAL 0 1 .signal MYSIGNAL
  echo -a Does $ $+ input stop everything?
  noop $input(Let's find out.,o)
  echo -a Why yes it does. ...... errrrrrrr maybe not after all!
  .timerMYSIGNAL off
}
on *:SIGNAL:MYSIGNAL:{ echo -at OMG An event still going! }


/test
Does $input stop everything? *** $Input window poped up at this moment. ***
[11:07:18.579] OMG An event still going!
[11:07:19.579] OMG An event still going!
[11:07:20.579] OMG An event still going!
[11:07:21.579] OMG An event still going!
[11:07:22.579] OMG An event still going!
[11:07:23.579] OMG An event still going!
[11:07:24.579] OMG An event still going!
[11:07:25.579] OMG An event still going!
[11:07:26.579] OMG An event still going! *** I clicked the $input window OK button now. ***
Why yes it does. ...... errrrrrrr maybe not after all!