Einstein

From Botdom Wiki

Jump to: navigation, search
Einstein
Developer(s): Cthom06
Programming language: PHP
Development state: RC 2
Source model: Open source
Last stable release: 2.0
License type: Free software (GPL)



Einstein is intended to be a stable, multi-functional bot. It runs on Charon's core (barely) with additional classes and functions. It is currently in version 2.0.

Contents

Downloads

  • Version 2.0 (Hopefully the last version!) now available at:
    • Botdom Mirror: Here
  • Version 0.6 now available at:
    • Botdom Mirror: Here
  • Version 0.5 now available at:
    • Botdom Mirror: Here
  • Version 0.4 (Very Buggy) now available at:
    • No Longer Available.
  • Version 0.3 now available at:
    • Botdom Mirror: Here
    • Blueratchet Mirror: Here

Module System

The module system is fairly simple to use. At bot startup, the bot looks in every folder inside the modules folder and loads config.php. A config should look like this:

<?php
global $modules;
$modules->addcmd($command, $file, $priv(0-99), $status(on/off));
?>

Script System

On startup the bot creates a list of every file in the scripts folder. If a command with the name of the script file is given, it evaluates the contents of that file. Therefore scripts should not have php tags.

Uses

Einstein intends to be a highly stable, multi-functional dAmn bot.

This work is released under the GNU General Public License, which allows you to freely use, modify, or distribute it, as long as you give these rights to subsequent users of (this work or your derivative of it) too.
Personal tools