mIRC Homepage
Posted By: kamelion /window 'bug' - 13/11/03 06:34 PM
I made a notice script so that every notice will be shown in a custom window, but when a user called mIRC noticed me there was an error,
* /window: invalid parameters (line 532, theme.ini)
Appearantly mIRC does not allow windows to be called @mIRC...
Bug or just a no-no? smile
Posted By: sparta Re: /window 'bug' - 13/11/03 06:48 PM
Code:
on ^*:NOTICE:*:*:{
 if ($window(@mIRC) == $null) { window -ng1 @mIRC }
echo @mIRC $1- | haltdef
}

this code will halt the default notice text.. and echo it to @mIRC.. if you want to see the default notice text too, then just remove: | haltdef

and the code going in to remote.. ALT + R in your mirc..
Posted By: Adrenalin Re: /window 'bug' - 13/11/03 06:57 PM
Only Khaled know wink Seem to be a bug.. Maybe some protection..
Posted By: Zerg Re: /window 'bug' - 15/11/03 10:45 AM
some protections i think
note that @mdi and another win (i can't remember the name) are unavailable too
© mIRC Discussion Forums