Skip to content

Naming conventions

DeRaafMedia edited this page Oct 29, 2014 · 3 revisions

Skill scripts

Skill scripts need to have the same name as is the Brain.csv. In the Brain.csv we leave off the .py extension however. So if the script is called your_function.py it needs to be declared in the Brain.csv as your_function.


IRCBotNames

IRCBot names need to have the same name as the directory where the Brain.csv sits in. So if parent directory of Brain.csv is called YourIRCBot, the name of the IRCBot you start with main.py needs to be YourIRCBot