mIRC Home    About    Download    Register    News    Help

Print Thread
#14740 10/03/03 04:35 AM
L
Lilmatt
Lilmatt
L
Well at the moment im making a theme for my script so it echos the text and stuff instead of like plain <$nick> msg
i've made it like ::
1,15(17:39:41) ·8,15+q· L-i-L-m-a-t-t : e.g
and ive been havin prblms tryin to get the <$nick> msg to go away so at the moment its echoin twice, could some1 tell me how i turn the default thingy off?

#14741 10/03/03 04:43 AM
Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
Code:
on ^*:TEXT:*:#:{
  [color:green]commands[/color]
  haltdef
}

/help halting default text


Link Copied to Clipboard