lol,brb and more

By Lord Kiam on Sep 04, 2005

when people type lol it comes out $nick is laughing out loud etc,etc post what ya think

on *:Text:*:#:{
if (lol isin $1-) msg $chan $nick is laughing out loud.
if (brb isin $1-) msg $chan $nick is going to be right back.
if (bbl isin $1-) msg $chan $nick is going to be back later.
if (g2g isin $1-) msg $chan $nick has to leave. 
if (bbl isin $1-) msg $chan $nick is going to be back later.
if (rofl isin $1-) msg $chan $nick is rolling on the floor laughing.
if (roflmao isin $1-) msg $chan $nick is rolling on the floor laughing his ass off.
}

Comments

Sign in to comment.
Tyler222   -  Apr 15, 2007

in my openion, it is a very good script, but you should delete $nick and put some color and codes on it, for example mine is 1214Lghg t Ld12

 Respond  
Yoinx   -  Sep 05, 2005

actually I just copied and pasted that if....

If (lol isin $1-) should never work unless they actually type lol
you should use.
if ($istok($1-,lol,32) or if ( lol iswm $1-)
so that iit only triggers on lol and not lollipop for instance.

 Respond  
Lord Kiam   -  Sep 05, 2005

ok ive changed it thanks :)

 Respond  
David_James   -  Sep 04, 2005

Why don\'t you just devide it into 2 different parts in channel and query? on :Text::#:{
if (lol isin $1-) /msg $chan $nick is laughing out loud. }

on :text::?:{
if (lol isin $1-) /msg $nick you are laughing out loud. }
etc.....

 Respond  
supergeo   -  Sep 04, 2005

on :Text::#:{
if (lol isin $1-) msg $chan $nick is laughing out loud.
if (brb isin $1-) msg $chan $nick is going to be right back.
if (bbl isin $1-) msg $chan $nick is going to be back later.
if (g2g isin $1-) msg $chan $nick has to leave.
if (bbl isin $1-) msg $chan $nick is going to be back later.
if (rofl isin $1-) msg $chan $nick is rolling on the floor laughing.
if (roflmao isin $1-) msg $chan $nick is rolling on the floor laughing his ass off.
}

 Respond  
brottor   -  Sep 04, 2005

ya for starters...
on :text::#: {
if (brb isin $1-) {
msg $chan $nick will be right back!
}
eleif (bbl isin $1-) {
msg $chan $nick will be back later
}
}
etc etc

 Respond  
F*U*R*B*Y*   -  Sep 04, 2005

could be better

 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.