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