mIRC Home    About    Download    Register    News    Help

Print Thread
#34829 07/07/03 11:10 PM
Joined: Jul 2003
Posts: 5
W
WeaPoNX Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
W
Joined: Jul 2003
Posts: 5
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?

#34830 07/07/03 11:29 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
What normal text?

#34831 08/07/03 12:50 AM
Joined: Jul 2003
Posts: 5
W
WeaPoNX Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
W
Joined: Jul 2003
Posts: 5
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?

#34832 08/07/03 01:03 AM
Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
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
}


- Jason
#34833 08/07/03 01:11 AM
Joined: Jul 2003
Posts: 5
W
WeaPoNX Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
W
Joined: Jul 2003
Posts: 5
ahh. thx. i didnt realize that i had not ended the event


Link Copied to Clipboard