Hi
I made some scripts that echo some things into custom windows, and they have been working fine under a older version of mirc, im now running one of the lastest and i cant get it pop up in the treebar anymore.
I can find them in the switchbar, so i can see then working, but cant find anyway to get them back into the treebar.
Any idea? my script looks like this
on *:TEXT:*siteop*:*:{
if (($chan == #.Wolla) || ($chan == #.Wolla2) || ($chan == #.Wolla3)) {
window -kz @siteop
echo @siteop $date $time $chan $nick $+ : $1-
}
}
Thanks in advance!
