Originally Posted By: Bob57
Removing the ^ from your script makes it work.


you was right all the time...
and i was stupid...

thanks ^_^

now additional question.
removing ^ fixes input echo in channel
but for query it messes up things...

ON 1:INPUT:?:{ if ($1 == /me) && ($2- != $null) { .echo -a something new | .describe $query($nick) $2- | halt } }


"describe $query($nick) $2-" echoes twice with "* /describe: insufficient parameters"

"describe $nick $2-" opens new window with my name and echoes it there instead of another users query window

so what should i do to make this work for query ?


Last edited by raZOR; 10/12/06 02:11 AM.

IceCapped