Top

random !insult


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  5.5
Scores Submitted  4
Date Added  Nov 28, 2007
Last Updated  Nov 28, 2007
Tags  generator  insult 
  Bookmark and Share

Introduction

This is a snippet for a bot to create a random insult out of preset words.

Simply paste it in remotes and set the text files that it will read from into a separate(or the same, really) folder and change [direct] to direct the $read to them, starting from the main mIRC directory. Don't forget to add the correct types of words to the files, or you'll get some pretty goofy insults.

Also, don't forget to add fat mother jokes to the mother text file, with the text beginning after 'is so fat, . . .'(1 in 4 chance of backfire 'Yo' momma' joke) and set the initial %insulter variable to 'on'.

Example:

<%jewsus> !insulter on
<~Judgematron>[¥] My insult function has been turned on [¥]
<%jewsus> !insult R2D2
<~Judgematron> I hear that R2D2 is a <censored> <censored>.

Grab the Code

Comments

  (7)  RSS
Zsadist
Comments: 44
 
mIRC Snippet:  random !insult
Posted on Nov 28, 2007 12:59 am
for the set %insult and the timer 1 5 unset just take out the timer and change it to this: set -u5 %insult $rand(1,4) So it will automatically unset alot easier.
jewsus
Comments: 8
 
mIRC Snippet:  random !insult
Posted on Nov 28, 2007 1:09 am
Mmm, yeah. I'll be sure to fix that. xD
Right now, though, (edit) is acting up for me on this and I can't get into the page.(half of the html is posting inside of the editbox for the description)
tzar469
Comments: 17
 
mIRC Snippet:  random !insult
Posted on Nov 29, 2007 12:35 am
You don't need the %insult variable. You can have
if ($rand(1,4) == 1) { }
else { }
jewsus
Comments: 8
 
mIRC Snippet:  random !insult
Posted on Nov 29, 2007 11:47 am
I'm pretty new to this, but wouldn't that give a chance of both of them being set off instead of just one?
Mushufasa
Comments: 18
 
mIRC Snippet:  random !insult
Posted on Nov 29, 2007 1:26 pm
Quote:
I'm pretty new to this, but wouldn't that give a chance of both of them being set off instead of just one?


No, I don't believe so. Also, there isn't a need for the unset % command either, as data will automatically be overwritten with the use of this script (I believe so anyways, been a while so please correct me if I'm wrong. :P)

However, saying this I like how you created the script to make sure it works, even though there may be some uneccesary coding. It ensures everything works as it is detailed to which is (Y)'able.

Nice work and keep it up. This script makes practical use of fun bots on channels. :)
napa182
Comments: 1,142
 
mIRC Snippet:  random !insult
Posted on Nov 29, 2007 6:57 pm
Nice work jewsus keep it up...
ZiX
Comments: 52
 
mIRC Snippet:  random !insult
Posted on Nov 29, 2007 11:39 pm
Nice Job Jewsus. :D

Please Register or Login to start posting comments.
Bottom