User Control Panel
Advertisements

HELP US, HELP YOU!

Random Insult
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Bot Depot Forum Index -> Commands
View unanswered posts
Author Message
rickbot
Young One
Young One


Joined: 12 Mar 2004
Posts: 55

Reputation: 27.3Reputation: 27.3Reputation: 27.3

PostPosted: Sat Apr 10, 2004 1:48 pm    Post subject: Reply with quote

Ive had this command lie-ing around for a while now, thought someone new to this may want it.

FIrst, create a text file with random insults (seperating them each with the ENTER key)

Quote:
if ($msg =~ /^insult/) {
  open (FILE, "./store/insults.txt");
  @bat = ;
  close (FILE);
  $result = @bat [ int(rand(scalar(@bat))) ];
  $self->sendmsg("$1 $result", Font => "Verdana",Color => '660000',Effect => "B");

}

You can change /store/insults.txt to where ever the insults file is, this type of command can be used to get random quotes too, just change the $msg and location.

Hope this helped someone.
Back to top
Dazzy
Agent
Agent


Joined: 09 Jan 2004
Posts: 1731

Reputation: 72.3

PostPosted: Sat Apr 10, 2004 1:59 pm    Post subject: Reply with quote

About 20 of these commands have been released...it may be a bit different if we were provided with the text file Sad
Back to top
rickbot
Young One
Young One


Joined: 12 Mar 2004
Posts: 55

Reputation: 27.3Reputation: 27.3Reputation: 27.3

PostPosted: Sat Apr 10, 2004 2:03 pm    Post subject: Reply with quote

It contains 'profanity' so i dont think mods would be happy about it
Back to top
Dazzy
Agent
Agent


Joined: 09 Jan 2004
Posts: 1731

Reputation: 72.3

PostPosted: Sat Apr 10, 2004 2:10 pm    Post subject: Reply with quote

o, you'll have to check how bad it is then....
Back to top
JoeX
Agent
Agent


Joined: 02 Jan 2004
Posts: 2153

Reputation: 72.7

PostPosted: Sat Apr 10, 2004 2:14 pm    Post subject: Reply with quote

They dont mind aslong as It is apart of a command.
_________________
Heroes NBC
Back to top
MeltingWax
Member
Member


Joined: 27 Jan 2004
Posts: 132
Location: I dunno, but the padded walls are sweet...
Reputation: 30.4Reputation: 30.4Reputation: 30.4

PostPosted: Sat Apr 10, 2004 9:24 pm    Post subject: Reply with quote

*gets evil idea*

>_>

yeah! post the text file B)
Back to top
ian
Young One
Young One


Joined: 07 Mar 2004
Posts: 68
Location: middlebrough, england
Reputation: 27.7Reputation: 27.7Reputation: 27.7

PostPosted: Sat Apr 10, 2004 10:00 pm    Post subject: Reply with quote

is there a way on morph/maya to have the insult (like andro) where the commands is !insult then the insult actaully says
if you know what i mean
Back to top
billy_billy
Newbie
Newbie


Joined: 17 Mar 2004
Posts: 11

Reputation: 26.3Reputation: 26.3Reputation: 26.3

PostPosted: Sat Apr 10, 2004 11:23 pm    Post subject: Reply with quote

you should provide some insults like

you smell
you suck
Back to top
..::BIGmouth( )::..
God Like
God Like


Joined: 05 Feb 2004
Posts: 801

Reputation: 44.1Reputation: 44.1Reputation: 44.1Reputation: 44.1

PostPosted: Sat Apr 10, 2004 11:24 pm    Post subject: Reply with quote

What kind of insults are those. Wink
Back to top
m4g3_o_f4t3
Newbie
Newbie


Joined: 19 Mar 2004
Posts: 42
Location: New Zealand
Reputation: 26.8Reputation: 26.8Reputation: 26.8

PostPosted: Sun Apr 11, 2004 3:54 am    Post subject: Reply with quote

QUOTE(ian @ Apr 10 2004, 02:00 PM)
is there a way on morph/maya to have the insult (like andro) where the commands is !insult then the insult actaully says
if you know what i mean

Hmm i might try that Very Happy
Back to top
xxbssportz207xx
Young One
Young One


Joined: 02 Apr 2004
Posts: 91

Reputation: 27.8Reputation: 27.8Reputation: 27.8

PostPosted: Sun Apr 11, 2004 4:04 am    Post subject: Reply with quote

How about "Your gay"
Jeanhubs bot says that when *lazy* enter its chat.Its says the persons email and says you are gay!
Back to top
m4g3_o_f4t3
Newbie
Newbie


Joined: 19 Mar 2004
Posts: 42
Location: New Zealand
Reputation: 26.8Reputation: 26.8Reputation: 26.8

PostPosted: Sun Apr 11, 2004 4:10 am    Post subject: Reply with quote

Ok after 2 mins its finnished lmao Very Happy

Code:
<br />#Magik8 code by Rick<br />#Edited by Dark-Magik<br /><br />if ($msg =~ /^old (.*)$/)<br />{<br />open (FILE, "./Files/yomama_old.txt");<br />my @example = <FILE>;<br />close(FILE);<br />chomp @example;<br />my $random = $example [ int(rand(scalar(@example))) ];<br />&send($self, "$1 $random");<br />}<br />#Description: Yo mama old<br />

You need to create a file in Files called wut ever you want then change the
Quote:
open (FILE, "./Files/yomama_old.txt");


Smile hehe <_<
Back to top
xxbssportz207xx
Young One
Young One


Joined: 02 Apr 2004
Posts: 91

Reputation: 27.8Reputation: 27.8Reputation: 27.8

PostPosted: Sun Apr 11, 2004 4:12 am    Post subject: Reply with quote

How about "Your Gay" insult command Razz!
Back to top
m4g3_o_f4t3
Newbie
Newbie


Joined: 19 Mar 2004
Posts: 42
Location: New Zealand
Reputation: 26.8Reputation: 26.8Reputation: 26.8

PostPosted: Sun Apr 11, 2004 4:21 am    Post subject: Reply with quote

just change the code eg.
Code:
<br />#Dark magik Industrys<br /><br />if ($msg =~ /^Your_gay (.*)$/)<br />{<br />open (FILE, "./Files/yourgay.txt");<br />my @example = <FILE>;<br />close(FILE);<br />chomp @example;<br />my $random = $example [ int(rand(scalar(@example))) ];<br />&send($self, "$1 $random");<br />}<br />#Description: Your gay<br />
Back to top
xxbssportz207xx
Young One
Young One


Joined: 02 Apr 2004
Posts: 91

Reputation: 27.8Reputation: 27.8Reputation: 27.8

PostPosted: Sun Apr 11, 2004 4:28 am    Post subject: Reply with quote

Lol.Put it in then Wink!
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> Commands All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group