Annaiidziithaa commented on a Page, Zombies! v1.4  -  Aug 24, 2011

evilMonkey capture showing the problem of colors -> http://imageshack.us/f/804/capturerek.png/

Annihiluz  -  Jun 20, 2013

alias -l C1 { return $+(14,$1-) }
alias -l C2 { return $+(04,$1-,$C1) }
alias -l C { return $+(,$hget($nick,c1),$1-) }
alias -l I { return $+(,$hget($nick,c2),$1-,$C) }

on these 4 lines, simply remove the colors and it works perfectly

it should appear as follows:
alias -l C1 { return $+($1-) }
alias -l C2 { return $+($1-,$C1) }
alias -l C { return $+($hget($nick,c1),$1-) }
alias -l I { return $+($hget($nick,c2),$1-,$C) }

Sign in to comment

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.