mIRC Home    About    Download    Register    News    Help

Print Thread
#109375 28/01/05 10:55 PM
Joined: Jan 2005
Posts: 18
H
Ho0tz04 Offline OP
Pikka bird
OP Offline
Pikka bird
H
Joined: Jan 2005
Posts: 18
I'm working on my theme/look of my script, and am "customizing" the ctcp replies... but this will not work...

on *:CTCPREPLY:*:{
echo $active 11[ $+ 15 $+ $timestamp $+ 11][15ctcpreply11(15 $+ $lower($1) $+ 11)(15from11:15 $+ $nick $+ 11)(15 $+ $2 $+ 11)]
}

also I use these and am wondering if they are colliding with each other...

ctcp *:*: {
echo $active 11[ $+ 15 $+ $timestamp $+ 11][15ctcp11(15 $+ $lower($1) $+ 11)(15from11:15 $+ $nick $+ 11)]
.halt
}
ctcp { ;ctcp alias
echo $active 11[ $+ 15 $+ $timestamp $+ 11][15ctcp11(15 $+ $lower($1) $+ 11)(15to11:15 $+ $1 $+ 11)]
.ctcp $1 $2
.haltdef
}
any help would be greatly appreciated

arkt1k aka Ho0tz

#109376 28/01/05 11:06 PM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Code:
on *:CTCPREPLY:*:{
  echo [color:red]-a[/color] 11[ $+ 15 $+ $timestamp $+ 11][15ctcpreply11(15 $+ $lower($1) $+ 11)(15from11:15 $+ $nick $+ 11)(15 $+ $2 $+ 11)]
}


Link Copied to Clipboard