User Control Panel
Advertisements

HELP US, HELP YOU!

help, adding some code about avulotion bot

 
Post new topic   Reply to topic    Bot Depot Forum Index -> Modules & Add-ons
View unanswered posts
Author Message
erhansi
Newbie
Newbie


Joined: 03 Oct 2006
Posts: 8


PostPosted: Fri Oct 06, 2006 6:41 am    Post subject: help, adding some code about avulotion bot Reply with quote

hello
I hope u guys can help me abot evulation bot

I am newbie and I wanted to add some code from maya bot to evulution bot,

I just wanted to get my user list. I meant how many people added me in their contact list.
u used that
Code:
# Get a list (a hash) of members.
    my $members = $self->getMembers();
    foreach my $member (keys %{$members}) {
        # Write this message to each of the user's logs in the conversation.
        &Writelog("./Logs/Users/$member.txt","$user: $msg");

I put that in evolution bot.pl under
Code:

sub Message{

but doesnt work, could you help me please what i must do..please help me
Back to top
JTW
God Like
God Like


Joined: 07 Mar 2004
Posts: 579
Location: Maidstone
Reputation: 67.1
votes: 4

PostPosted: Fri Oct 06, 2006 6:05 pm    Post subject: Reply with quote

Hey,
Code:
&Writelog("./Logs/Users/$member.txt","$user: $msg");
references the sub Writelog which you will need. you can put this anywhere in bot.pl just not in another sub as this may confuse things.

You should be able to find that sub somewhere in the Mayabot bot.pl

Also I'm not 100% sure but you should be able to find this out fairly easily does Evolution use $self for its msn.pm (I know I probably didn't phrase that to well but its the best way I could)
Back to top
erhansi
Newbie
Newbie


Joined: 03 Oct 2006
Posts: 8


PostPosted: Fri Oct 06, 2006 8:34 pm    Post subject: Reply with quote

tank u so much mate i understood that very clearly
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> Modules & Add-ons All times are GMT
Page 1 of 1

 



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