Colorful Word Shortcuts lol/brb/rotfl/ect

By Shiny_Umbreon on Nov 06, 2007

These Are Some Word Shortcuts I Made Wile I Was Bored

Comments

Sign in to comment.
Jethro   -  Jul 24, 2011

napa, you'll just have to read between the lines. :p

 Respond  
iProTopia   -  Jul 24, 2011

Jethro_, Haha didn't look at the date :3 and lol at napa182

 Respond  
napa182   -  Jul 23, 2011

Jethro_ wrote:

Well, what's the point of resurrecting an old thread with a suggestion? Let's look into the future and not the past.

^^ made me laugh for some odd reason.

also I thought the acro for " Never mind was nvm " and " Nothing much was nm ", but I guess you can use nm for Never mind eh whatever.. to each their own I guess....

 Respond  
Jethro   -  Jul 23, 2011

Well, what's the point of resurrecting an old thread with a suggestion? Let's look into the future and not the past.

 Respond  
iProTopia   -  Jul 23, 2011

Typo:

 IF ($1 == nm) { say 4 4N12ever 4N12ind 4 $2- | HALT } 

Should say

 IF ($1 == nm) { say 4 4N12ever 4M12ind 4 $2- | HALT } 

And you need a closing bracket at the end of the snippet

  on 1:input:*:{

  IF ($1 == lol) { /say 4,1 4,1L12aughing 4,1O12ut 4,1L12oud 4,1 $2- | HALT }
  IF ($1 == wb) { say 4,1 4,1W12elcome 4,1B12ack 4,1 $2- | HALT }
  IF ($1 == ty) { say 4,1 4T12hank 4Y12ou 4 $2- | HALT }
  IF ($1 == np) { say 4,1 4N12o 4P12roblem 4 $2- | HALT }
  IF ($1 == lmao) { say 4,1 4L12aughing 4M12y 4A12ss 4O12ff 4,1 $2- | HALT }
  IF ($1 == afk) { say 4,1 4A12way 4F12rom 4K12eyboard 4,1 $2-  | HALT }
  IF ($1 == nm) { say 4 4N12ever 4N12ind 4 $2- | HALT }
  IF ($1 == wtf) { say 4,1 4,1W14,1hat 4,1T14,1he 4,1F14,1uck 4,1 $2- | HALT } 
  IF ($1 == omg) { say 4 4O 4M12y 4G12od 4 $2- | HALT }
  IF ($1 == stfu) { say 4,1 4S12hut 4D 4F12uck  4U12p 4  $2- | HALT }
  IF ($1 == brb) { say 4,1 4B12e 4R12ight 4B12ack 4 $2- | HALT }
} 
 Respond  
TopaZ_   -  Nov 08, 2007

Missing a bracket, script is poorly coded, and your first token in the string has to be one of the short-hand acros in order for it to replace. :(

 on *:input:#:{
  var %text = $1-
  if ($istok(%text,lol,32)) { var %text = $puttok(%text,Laughing out loud,$findtok(%text,lol,32),32)  }
  msg $active %text
} 

That\'s another way to go.

 Respond  
Korvin   -  Nov 08, 2007

or, to make easier to edit

 Respond  
Korvin   -  Nov 08, 2007

^^ that works just the same

 Respond  
Korvin   -  Nov 08, 2007
 Respond  
Shiny_Umbreon   -  Nov 07, 2007

But What

 Respond  
DarkDaemon   -  Nov 06, 2007

Okay, I guess. I like it but...

 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.