Epic, Stupid, and Gay check for a bot

By Vampire@lucidchat on Jul 28, 2012

Screenshots

To find out how epic or stupid you are paste into remote of your bot and type !epic for finding out how epic you are today and !stupid for finding out how stupid you are today and !gay is for finding out how homosexual you are today
Tested and works
In case you can't see the screenshot use this link http://i1229.photobucket.com/albums/ee470/3PICN3SS/scriptscreenshot.png

|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||                                                     ||
||    Made by Vampire@LucidChat                        ||
||    Come and meet me at irc.lucidchat.net            ||
||    Channel: #Vampire'sBloodyGraveyard               ||
||                                                     ||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||

on *:TEXT:!epic:#:{                                     
  { msg # $nick is $rand(0,100) percent epic today }    
}                                                       

on *:TEXT:!stupid:#:{                                  
  { msg # $nick is $rand(0,100) percent stupid today } 
}                                                      

on *:TEXT:!gay:#:{
{ msg # $nick is $rand(0,100) percent homosexual today }
}

Comments

Sign in to comment.
dma   -  Dec 23, 2015

this is good as is

 Respond  
sean   -  Jul 31, 2012

@Jethro Thanks. Haven't touched MSL in years and just kinda threw my response together.

 Respond  
Jethro   -  Jul 31, 2012

Sean, you could've used

$regml(1)

instead of

$mid($1,2)

Also, a $ and /S are recommended

/^!(epic|stupid|gay)$/iS
 Respond  
halifaxboy2009   -  Jul 30, 2012
 on *:TEXT:!gay:#:{
{ msg # $nick is $rand(0.100) percent homosexual today }
} 

should be

 on *:TEXT:!gay:#:{
{ msg # $nick is $rand(0,100) percent homosexual today }
} 
 Respond  
sean   -  Jul 30, 2012

I never personally understood the point of these types of snippets. However there's a few adjustments you could make.

on $*:text:/^!(epic|stupid|gay)/i:#:{
  msg # $nick is $+($rand(0,100),%) $mid($1,2) today
}
 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.