mIRC Homepage
Posted By: djmadness 1 big problem! - 14/09/03 09:55 PM
as fare as i see, this is correct...

alias mytext return 4[14 $+ $me $+ 4]
alias nicktext return 4[14 $+ $nick $+ 4]
on *:input:*:{ if (/* !iswm $1) { .msg $active $$1- | echo $active $timestamp $mytext  $+ $$1- | halt } }
on *:text:*:#:{ echo $chan $timestamp $nicktext  $+ $$1- | haltdef }


i type this with another script
why dont this work

the other script returnes
<DjMadness> why dont this work
[23:54:26] [DjMadness] why dont this work

thats not right, it shood only say that once, dont the haltdef work anymore ???

Posted By: J0ke Re: 1 big problem! - 14/09/03 10:10 PM
quickedit...

alias mytext return 4[14 $+ $me $+ 4]
alias nicktext return 4[14 $+ $nick $+ 4]
on *:input:*:{ if (/* !iswm $1) { .msg $active $$1- | echo -t $active $mytext  $+ $$1- | halt } }
on ^*:text:*:#:{ echo -t $chan $nicktext  $+ $$1- | haltdef }

/help halting
/help echo

Cheers wink
Posted By: djmadness Re: 1 big problem! - 14/09/03 11:48 PM
thx, i must of been too tiard, to forget that, i am using an identifyer for the timestamp, becuase its a custom script smile, well not atm, but its going to be in Hashtables, so the only way to get it going, is a one way, before playing with all the other features smile

thx for the help
© mIRC Discussion Forums