mIRC Home    About    Download    Register    News    Help

Print Thread
#239063 20/09/12 07:14 PM
Joined: Jul 2008
Posts: 57
R
RiMaJoy Offline OP
Babel fish
OP Offline
Babel fish
R
Joined: Jul 2008
Posts: 57
Howcome this works for $chan but not for $query ?

Code:
echo -i30 14 $+ $timestamp  $+ $str( ,$calc(15 - $len($nick($query,$nick).pnick)))


In the query chat the nicknames are not calculated to end all on the same point after timestamp.
They all start at the same point.
Changing $query to $chan and using the code for a channel does work. confused

RiMaJoy #239065 20/09/12 08:33 PM
Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
$nick($query,$nick).pnick is invalid, just use $nick


Link Copied to Clipboard