diff options
author | Márcio Silva <coadde at hyperbola dot info> | 2017-06-02 15:44:54 -0300 |
---|---|---|
committer | Márcio Silva <coadde at hyperbola dot info> | 2017-06-02 15:44:54 -0300 |
commit | b4830e97ae51396ccaa9ca2acb469aef80094ae8 (patch) | |
tree | c069b1ef6f9189848726121afa8d815e4e56d138 /doc/ConfigChanges.txt | |
download | hyperbot-b4830e97ae51396ccaa9ca2acb469aef80094ae8.tar.lz hyperbot-b4830e97ae51396ccaa9ca2acb469aef80094ae8.tar.xz hyperbot-b4830e97ae51396ccaa9ca2acb469aef80094ae8.zip |
Add initial files from envbot v0.1-beta1
Diffstat (limited to 'doc/ConfigChanges.txt')
-rw-r--r-- | doc/ConfigChanges.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ConfigChanges.txt b/doc/ConfigChanges.txt new file mode 100644 index 0000000..f52e894 --- /dev/null +++ b/doc/ConfigChanges.txt @@ -0,0 +1,17 @@ +Any configuration file changes and how to update should be listed here. + +Config version 17 +----------------- + * Added config_log_colors + +Config version 16 +----------------- + * Added config_commands_private_always + * Renamed config_listenregex to config_commands_listenregex + * Renamed config_unknown_commands to config_feedback_unknown_commands. + + +Config version 15 +----------------- +This file was added at this point. To convert from older versions to this +one, please read example config and add what is missing. |