mIRC Home    About    Download    Register    News    Help

Print Thread
#19373 15/04/03 06:16 PM
Joined: Mar 2003
Posts: 5
L
Levente Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
L
Joined: Mar 2003
Posts: 5
I want to make the notify not english, so I thought, that:
on NOTIFY.... haltdef will work, but it doesn't.
But if I write raw 601-605 .... haltdef, it doesn't work, either. Why? Is sg. wrong with eg. this:
raw 604:*: haltdef

#19374 15/04/03 06:45 PM
Joined: Mar 2003
Posts: 9
A
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
A
Joined: Mar 2003
Posts: 9
you cannot /haltdef raws, but u can put your commands and then /halt the raw event

#19375 15/04/03 07:33 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Try this lavent..

Code:
on ^1:NOTIFY:#: {
  ; commands here

  ; Halt default text
  /haltdef
}


you need the little ^ before the level for it to be able to half default text..
also, if want to stop the "*** server text" messages, try on snotice grin


-KingTomato

Link Copied to Clipboard