well so far ive added support for trillian and other clients that dont support p4 chats so it lets users simply change mode if they can/cannot use it...
Round 5 commands....
Need some ideas bad!!!???
Also, kinda behind on the msn.pm upgrades(client caps ect) so i might take advantage of some of them
how bout using a mirror module as not many templates have them yet, that would proberly get more people to download your template _________________ "Help us, Help you" - BotDepot
how bout using a mirror module as not many templates have them yet, that would proberly get more people to download your template
The mirror module is mostly for already written templates that don't have support for mirrors, so people can add mirrors by adding a couple lines of code to their bot.
If you know how the mirrors work, you can program them in without a module (which is what my bots do, I'm running three MSN bots without a module).
Creating your own mirrors is as easy as this:
Code:
my $msn = {<br /> 'bot1@hotmail.com' => new MSN (<br /> Handle => 'bot1@hotmail.com',<br /> Password => '*****',<br /> ),<br /> 'bot2@hotmail.com' => new MSN (<br /> Handle => 'bot2@hotmail.com',<br /> Password => '*****',<br /> ),<br /> 'bot3@hotmail.com' => new MSN (<br /> Handle => 'bot3@hotmail.com',<br /> Password => '*****',<br /> ),<br />};<br /><br /># Loop them<br />foreach my $bot (keys %{$msn}) {<br /> $msn->{$bot}->do_one_loop();<br />}<br /><br /># Have Bot #3 call the master.<br />$msn->{'bot3@hotmail.com'}->call ('master@domain.net', "I am bot #3!");
It's really easy to do. But if you're not good with Perl, a module is probably the better way to go. _________________ Current Site (2008) http://www.cuvou.com/
Yea, wasnt really looking for commands but features....commands are what make the bot unique so if i add too many commands all the bots will just be put online and left without nothing done to them....not what i want
Hey guyz i really like the bot but does anyone have any idea on how to change the font and the colour?! Also, on the 'tools' menu how would i go about deleting the !bots option?! I would really appreciate your help,