Yoinx commented on a Page, Yoinx's Talker  -  Nov 19, 2005

yeah, I didnt take offense. Like I said, If someone says they did the colors, i\'ll put them in. None of the coding was ripped. just the colors and designs for the default substituitons...

@Zachery...

yoinxtalker on

on :input:: {
if ($left($1,1) != $readini(mirc.ini,text,commandchar)) && (!$halted) {
var %x = 1
while (%x <= $0) {
if ($hget(yoinx.talker,$($+($,%x),2))) {
if (%x == 1) {
var %text = $hget(yoinx.talker,$($+($,%x),2))
}
else {
var %text = $+(%text,$chr(32),$hget(yoinx.talker,$($+($,%x),2)),)
}
}
else {
if (%x == 1) {
var %text = $($+($,%x),2)
}
else {
var %text = $+(%text,$chr(32),$($+($,%x),2))
}
}
inc %x
}
msg $active %text
haltdef
}
}

yoinxtalker end

replace the group with that, and it will do the replacements anywhere in your text.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.