alias a { %t = 0 | scid -at1 if ($idle < 300) { inc $+(%,t) } }
~ Edit ~
I'm sorry for lack of explanation.
I wouldn't call this a bug, %t was being
evaluated before being sent to connections.
Basically, when the command reached it's
destination it looked like this
if ($idle < 300) { inc 0 }
because %t was being evaluated before being sent.
I don't know why %!t wouldn't work, but it wouldn't,
maybe there is a bug with that *shrug*
Last edited by mIRCManiac; 29/04/05 07:15 PM.