how can i echo to the status window the JOINS/PARTS/QUITS
coz i want to select only some users to be seen there JOINS/PARTS/QUITS
Code:
 on ^*:JOIN:#fusion:if ([*]-Server iswm $nick) { haltdef | echo -s Join: $nick }
on ^*:PART:#fusion:if ([*]-Server iswm $nick) { haltdef | echo -s Part: $nick }
on ^*:QUIT:if ([*]-Server iswm $nick) { haltdef | echo -s Quit: $nick }
 

like this.... the problem is only nicks are echoed to the status window