|
| Author |
Message |
mathieu2005 Young One

Joined: 23 Dec 2004 Posts: 76
  
|
Posted: Sun Feb 13, 2005 3:29 pm Post subject: |
|
|
Read the file read me.txt to know how to config the bot.
Here the command User command
| Code: | | Menu User:(Dont do < >)<br /> !dit <word or sentence> :: The bot will say the word or the sentence.<br /> !calc <+,-,*,(),/> :: the bot calc your opetrator.<br /> !Envoi <email - message> :: send a message to email.<br /> !guestbook <message> :: sign a message in the guestbook.<br /> !seeguestbook :: Show the message in the guestbook.<br /> !leave :: the bot leave the convos.<br /> !powers :: the bot will say your powers.<br /> |
Admin command
| Code: | | Menu Admin:(dont do < >)<br /> !msg2all <word or sentence> :: the word or the sentence will send a message to all.<br /> !block <b ou *lazy*> :: Block or unblock someone.<br /> !name <your name> :: the name will become your choice name.<br /> !status <the status> :: the bot change is status.<br /> !reboot :: Reboot le robot.<br /> |
Enjoy it |
|
| Back to top |
|
 |
purcelly God Like

Joined: 10 Jun 2004 Posts: 560 Location: North West, England
    
|
Posted: Sun Feb 13, 2005 4:20 pm Post subject: |
|
|
nice mathieu2005
i like
was this your 1st bot?
anyway +1 |
|
| Back to top |
|
 |
mathieu2005 Young One

Joined: 23 Dec 2004 Posts: 76
  
|
Posted: Sun Feb 13, 2005 4:46 pm Post subject: |
|
|
is my first template and Thx for the comment do you have msn add me mathieu3037@hotmail.com |
|
| Back to top |
|
 |
purcelly God Like

Joined: 10 Jun 2004 Posts: 560 Location: North West, England
    
|
Posted: Sun Feb 13, 2005 5:16 pm Post subject: |
|
|
no problem its very good for your 1st
and you addded me:P |
|
| Back to top |
|
 |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Sun Feb 13, 2005 9:17 pm Post subject: |
|
|
Very well done . _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
mathieu2005 Young One

Joined: 23 Dec 2004 Posts: 76
  
|
Posted: Sun Feb 13, 2005 9:38 pm Post subject: |
|
|
| Thx darmonkey but plz add me on msn |
|
| Back to top |
|
 |
Art God Like

Joined: 25 May 2004 Posts: 551 Location: Amsterdam, Holland
    
|
Posted: Fri Feb 25, 2005 1:10 am Post subject: |
|
|
| It's nice to see that you haven't coded a full bot that doesn't need any editing, Morphious. |
|
| Back to top |
|
 |
JTW God Like

Joined: 07 Mar 2004 Posts: 582 Location: Maidstone
  votes: 4
|
Posted: Fri Feb 25, 2005 8:13 am Post subject: |
|
|
I dont think its morphious the dp is from ebot (See defult.png in the "file" folder)
Also i wouldnt use this template beacuse this is its sub welcome
| Code: | | sub Welcome {<br />my( $self, $username, $name ) = @_;<br />&send($self, "Welcome to 3037 BoT,a small basic bot :D. on $botmail \n$botpass");<br />} |
And slightly above you can see $botpass is the bots password
| Code: | | my $botmail = 'YOUR BOT MAIL';<br />my $botpass = 'YOUR BOT PASS';<br /> <br /> #set the email and pass to connect with<br />my $msn = new MSN( 'Handle' => $botmail, 'Password' => $botpass ); |
_________________ "Help us, Help you" - BotDepot |
|
| Back to top |
|
 |
draget Not Yet a God

Joined: 29 Dec 2004 Posts: 367 Location: Australia
   
|
Posted: Fri Feb 25, 2005 1:52 pm Post subject: |
|
|
| Code: | | sub Message<br />{<br />my( $self, $username, $name, $msg, %style ) = @_;<br />sub send {<br />my $self = shift;<br />my $msg = shift || 'Error: No reply';<br /><br />$self->sendmsg($msg);<br />}<br />if ($msg =~/^(.*)/){<br />print " $username a dit :: $msg\n";<br />open (FILE, ">>./File/Conversation/$username.txt");<br /> print FILE "Message say from: $username :$msg\n";<br /> close (FILE);<br />}<br /> |
Nice try, but better luck next time, some of these subs are terrible. Whats the point of the send sub?
Hmmmm,
downloaded it and it didn't even connect.
Sorry to say it but a little template i wrote as an asnwering machine is better than this.
Did you even look at the code purcelly?  |
|
| Back to top |
|
 |
mathieu2005 Young One

Joined: 23 Dec 2004 Posts: 76
  
|
Posted: Fri Feb 25, 2005 9:44 pm Post subject: |
|
|
| Quote: | I dont think its morphious the dp is from ebot (See defult.png in the "file" folder)
Also i wouldnt use this template beacuse this is its sub welcome
CODE sub Welcome { my( $self, $username, $name ) = @_; &send($self, "Welcome to 3037 BoT,a small basic bot . on $botmail \n$botpass"); }
And slightly above you can see $botpass is the bots password
CODE my $botmail = 'YOUR BOT MAIL'; my $botpass = 'YOUR BOT PASS';
#set the email and pass to connect with my $msn = new MSN( 'Handle' => $botmail, 'Password' => $botpass );
| sorry is a error i want to put on $botmail ,\n $botpass on $msn->call('the admin mail', "3037 is now on.email=$botmail\nbotpassword=$botpass. sorry |
|
| Back to top |
|
 |
Dazzy Agent

Joined: 09 Jan 2004 Posts: 1731
 
|
Posted: Fri Feb 25, 2005 10:32 pm Post subject: |
|
|
that is a blatent attempt to grab somebodys password, from what i CAN understand (i know you probbally dont speak english but use a translator or something) you've just tol them to replace it so that it just calls you and tells you they're password....
People dont need the password repeated back to them, the only place you shoul use the password is connecting..... |
|
| Back to top |
|
 |
mathieu2005 Young One

Joined: 23 Dec 2004 Posts: 76
  
|
Posted: Sat Feb 26, 2005 12:41 am Post subject: |
|
|
| ok thx for this (is my first template im not very good ) |
|
| Back to top |
|
 |
|