|
| Author |
Message |
blostorm Newbie

Joined: 14 Feb 2005 Posts: 14
  
|
Posted: Fri Dec 30, 2005 1:16 pm Post subject: Reportbug command my frist command |
|
|
Hi this is my lonely first command i start to create bot with my friends but this is my first lonely command.In like 1 week ill post [BloXboT] on the forum You just have to putt your email adress where its write : YOUR EMAIL HERE.
| Code: | if($message =~/^!reportbug (.*)/)
{
$self->sendMessage("The owner have been received your bug");
$msn->call('YOUR EMAIL HERE', "$username have report this bug: $1");
}
|
Enjoy it !!!  |
|
| Back to top |
|
 |
mikeo Newbie

Joined: 07 May 2005 Posts: 38 Location: Amsterdam, The Netherlands
 
|
Posted: Fri Dec 30, 2005 3:24 pm Post subject: |
|
|
I've put it in my bot, but I get this server error:
| Quote: | | SERVER ERROR : User already on list : 1 |
|
|
| Back to top |
|
 |
blostorm Newbie

Joined: 14 Feb 2005 Posts: 14
  
|
Posted: Fri Dec 30, 2005 9:48 pm Post subject: |
|
|
ummm...I don't know cause on my [BloXboT], that work...  |
|
| Back to top |
|
 |
mikeo Newbie

Joined: 07 May 2005 Posts: 38 Location: Amsterdam, The Netherlands
 
|
Posted: Sat Dec 31, 2005 8:16 am Post subject: |
|
|
| I think it's the $msn->call wich not all msn.pm's accept ? I don't know.. |
|
| Back to top |
|
 |
blostorm Newbie

Joined: 14 Feb 2005 Posts: 14
  
|
Posted: Fri Jan 13, 2006 12:38 am Post subject: |
|
|
| umm...maybe..but i don't think so..sorry |
|
| Back to top |
|
 |
alienz Almost An Agent

Joined: 22 Mar 2004 Posts: 1436 Location: Mars
 
|
Posted: Fri Jan 13, 2006 7:59 pm Post subject: |
|
|
| mikeo wrote: | | I think it's the $msn->call wich not all msn.pm's accept ? I don't know.. |
This is likely because you're using a different MSN object, such as $self. Just use the appropriate method for yours if you want to use the command. In this case you simply want to send a message to the admin about the bug. _________________ Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com |
|
| Back to top |
|
 |
blostorm Newbie

Joined: 14 Feb 2005 Posts: 14
  
|
Posted: Fri Jan 13, 2006 10:39 pm Post subject: |
|
|
| yay maybe... |
|
| Back to top |
|
 |
|