Commit Graph

5 Commits

Author SHA1 Message Date
Dennis Potter a3a39f8b8f
Add initialization of submodules to installation script 2019-02-02 13:31:17 +01:00
Dennis Potter eb2b887c0a Transitioned from JSON to Hjson. Closes #3
All configuration files and all messages files should now preferrable be
done in Hjson. This format supports, i.a. features, multi line strings
and commenting. This greatly improves readability.

All installation and documentation files are also updated in this
commit.
2019-01-14 23:47:38 +01:00
Dennis Potter d4e3b11072 Fixed an error in installation script
Because of the forward slashes in the directory, sed did not work. This
is solved in this commit by replacing the / separators with |.
2019-01-12 18:20:39 +01:00
Dennis Potter a6919125ae Added plugin install API
It is now specified how a plugin should be installed. Furthermore, a
"super user" is added to the install script and configuration files.
2019-01-12 18:02:34 +01:00
Dennis Potter 0d32c727fa Added installation files
This commit adds a convenient installation script for Linux and also
adds a description on how to install the bot.

Furthermore, a very simple example plugin is added. This way, new users
can easily discover the possibilities of this plugin.

Finally, the default character "Peter"---which is used within
Alcuinus---is removed, and a more generic character is added.
2019-01-12 15:13:21 +01:00