Futurism
From Botdom Documentation
Futurism, by electricnet, is a object-oriented bot written in Python, but previously written in PHP.
End-user documentation
Documentation for the ordinary guy, just like yourself. Want to know more about the bot, or happen to come across an error? Have a read at one of these!
Installing
Guides on how to install Futurism, on every type of operating system!
Commands
In the following pages, you can read description of each of the commands found in each of the modules. (A module is a sort of "container" for a lot of related commands.)
- dAmn module — dAmn-related commands
- internal module — bot-related commands
In your bot, you can see a list of commands by typing the commands command, and from there, you can see which commands are part of which module.
Bug reporting
Found a bug? Report it at the Futurism discussion page over at the Botdom Wiki, and I will have a look at it! (Requires Botdom Wiki account.)
Developer documentation
So you want to develop for Futurism? This is awesome! There is technical documentation for you below.
Guides
These are guides that should help you with common developer tasks.
Objects
There are a couple of global objects in Futurism that are used to perform common procedures.
Classes
There are several classes the bot is using to represent special bot datatypes.
- botCommand
- dAmnAdminPacket
- dAmnChatroom (inherited from dAmnNs)
- dAmnNs
- dAmnNsMember
- dAmnPacketI
- dAmnPacketO
- dAmnPchat (inherited from dAmnNs)
- dAmnPrivs
- dAmnProperty

