Colorfull talk *useless* but somthing :)
Platform: mIRC
Published Mar 07, 2009
Updated Mar 07, 2009
Place into remotes,right click channel,query or hit the menu bar and go
ColorTalk >> On ;to set it on
ColorTalk >> Off ;to set it off
menu channel,query,menubar {
¤ColorTalk¤
.¤On¤:/set %clrtlk on | echo -a 2[10Color Talk Is Now Activated2]
.¤Off¤:/set %clrtlk off | echo -a 2[10Color Talk Is Now Deactivated2]
}
on *:INPUT:*: {
if (%clrtlk == on) {
if ($1 == brb) { say 10B2e 10R2i10g2h10t 10B2a10c2k $2- | halt }
if ($1 == ha) { say 10X2a10X2a10X2a10X2a10X2a10X2a10X2a $2- | halt }
if ($1 == omg) { say 10O2m10G $2- | halt }
if ($1 == lol) { say 11l10o11l $2- | halt }
if ($1 == ?) { say 10?2?10? $2- | halt }
if ($1 == .) { say 10.2.10. $2- | halt }
if ($1 == :*) { say :************************************* $2- | halt }
if ($1 == !) { say 10!2!10! $2- | halt }
if ($1 == eleos) { say 10E2l10e2o10S $2- | halt }
if ($1 == :P) { say 2:10P $2- | halt }
if ($1 == :/) { say 2:10/ $2- | halt }
if ($1 == xD) { say 2x10D $2- | halt }
if ($1 == wtf) { say 2What 10the !@#$ $2- | halt }
}
}