mIRC Home    About    Download    Register    News    Help

Print Thread
#49490 14/09/03 09:55 PM
Joined: Aug 2003
Posts: 36
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Aug 2003
Posts: 36
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 ???



TotalIRC the place to be

TuX.TotalIRC.net:6667

#TotalIRC
#49491 14/09/03 10:10 PM
Joined: Jan 2003
Posts: 150
J
Vogon poet
Offline
Vogon poet
J
Joined: Jan 2003
Posts: 150
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


Go ahead, jump. 100,000 lemmings can't be wrong.
#49492 14/09/03 11:48 PM
Joined: Aug 2003
Posts: 36
D
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Aug 2003
Posts: 36
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


TotalIRC the place to be

TuX.TotalIRC.net:6667

#TotalIRC

Link Copied to Clipboard