Posted: Fri Nov 04, 2005 2:08 am Post subject: Aiden 0.2
AiChaos AidenBot Code, version 0.2
Changes
Code:
Version 0.2
-- Used Chatbot::Alpha 2.X
-- Added client variables for use with Perl-savvy Alpha replies:
omsg => Client's actual full message they sent to the bot (sentences and all).
cmsg => Current sentence being fed to Alpha (before formatting).
dosentence => If 1, Aiden will continue getting replies per-sentence. Set to 0
to cancel the rest of the sentence-loop.
$aiden->{clients}->{$client}->{dosentence} etc...
-- Added variables that replies can use:
$day => Current day 'Monday'
$month => Current month 'October'
$mnum => Day of the month '21'
$year => Current year '2005'
-- Added "commands" folder. This is for putting the subroutines of your more
complex commands.
The "commands" folder behaves exactly like the "subroutines" folder, it just loads the files into memory. Your replies would have to call on subroutine(s) within your command files as usual, just now there's a better place to put your commands to keep them separate from other files.
This release of the bot comes with:
• An edited version of Aiden's greetings reply set.
• Menu command example.
• Botmaster commands.
• Google, Weather, & Dictionary commands.
• AIM and MSN listeners
1. This template is not for newbies.
2. This template is not for newbies.
3. This doesn't come with documentation. The config folder would be the logical place to start.
4. This template is not for newbies.
5. You have to know how to install Perl modules.
Posted: Tue Nov 15, 2005 12:23 pm Post subject: Error
I'm not sure whether it is just my computer or not but it seems the above download link is dead. You may want to revise the link to make sure it is correct.
Posted: Tue Nov 15, 2005 6:34 pm Post subject: Re: Error
Rio wrote:
I'm not sure whether it is just my computer or not but it seems the above download link is dead. You may want to revise the link to make sure it is correct.
Thanks,
Rio
Yeah, yesterday I rearranged things on my server to put higher priority on a different website, so all AiChaos links have a "/aichaos/" on the front of them now.