Colorfull talk *useless* but somthing :)

By Crissar on 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 2fuck $2- | halt }
  }
}

Comments

Sign in to comment.
Warriorii   -  Jan 20, 2011

thanks Known....

 Respond  
Known   -  Jan 05, 2011

Warriorii it's

your code here

 Respond  
Warriorii   -  Jan 05, 2011

I appreciate the help, but that didnt work. if you will look up at kirbys post you will see the box i'm talking about. He replied to a post then put the code in a seperate box within the same post. I tried this===>


 but it didnt work for me...I'm not looking for color just to be able to use that box when i post here. :)
 Respond  
cupcake   -  Jan 03, 2011

Warriorii if you want a color talker that has text color with colored acronyms try http://www.hawkee.com/snippet/1484/ it's a older one, but works great.

 Respond  
Known   -  Jan 03, 2011

@Crissir
This isn't really a colorfull talk, as it only changes the color(s) of a specfic set of works, more-or-less of the commonly used acronyms/abbreviations.

@Warriorii
It's

 Respond  
Warriorii   -  Jan 03, 2011

could someone tell me how to get code inside the box on a comment? i would appreciate it

 Respond  
Kirby   -  Mar 08, 2009

You can also use groups instead of variables, and a single menu bar instead of multiples:

menu channel,query,menubar {
  $iif($group(#ClrTlk) == on,¤ColorTalk Off¤,¤ColorTalk On¤) : $iif($group(#ClrTlk) == on,.disable #ClrTlk,.enable #ClrTlk)
}

#ClrTlk on
on *:input:*: { 
  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 2fuck $2- | halt }
}
 Respond  
Crissar   -  Mar 08, 2009

it needs a dialog to use it with variables...and i wonna change it somehow to use it with other than on :input:
but thanks :D

 Respond  
Aucun50   -  Mar 07, 2009

Looks neat

 Respond  
Crissar   -  Mar 07, 2009

Yeah yeah i know...anuda color thingy script :P ....well thing is..i have more on my script coz i have i.e

if ($1 == %sml1) { say 2:10) $2- | halt } 
if ($1 == %sml2) { say 2:10( $2- | halt } 

im thinking of two things for this one.
A)Dialog soon....
B)Different use other then with input but somehow with variables.
Too hungry/tired rite now 2do dat....
Oh and...xcuse the "X" instead of "H" in the laugh...greek typin :}

 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.