mIRC Homepage
Posted By: WeaPoNX Help with mirc 6.03 - 07/07/03 11:10 PM
I have the new mirc 6.03 and i have made a theme. Is there an option to turn off the normal text that i cannot find or am i just out of luck?
Posted By: codemastr Re: Help with mirc 6.03 - 07/07/03 11:29 PM
What normal text?
Posted By: WeaPoNX Re: Help with mirc 6.03 - 08/07/03 12:50 AM
with my theme it will show the same text 2 times. The first one will be my theme that i have programmed and the 2nd will be the default that mirc has. Is there a way to hide that default messages?
Posted By: lammkott Re: Help with mirc 6.03 - 08/07/03 01:03 AM
Make sure that you're prefixing all the events (excluding INPUT) with ^ and that you're using either halt or haltdef to end the event.

Example:
Code:
on ^*:TEXT:*:#: {
  echo $color(normal) -t $chan < $+ $nick $+ > $1-
  haltdef
}
Posted By: WeaPoNX Re: Help with mirc 6.03 - 08/07/03 01:11 AM
ahh. thx. i didnt realize that i had not ended the event
© mIRC Discussion Forums