Reorganized lots of stuff (components) #86

Merged
NorbiPeti merged 12 commits from dev into master 2019-01-03 20:39:53 +00:00
NorbiPeti commented 2018-12-24 00:01:32 +00:00 (Migrated from github.com)

#51

  • Components
  • Made some things configurable, like the prefix for the bot
  • Showing player list in custom chats as well, if they have nothing in the description, or at least 3 sections such as:
x
----
A description that can be changed.
----
Y

If nothing is in the description, the bot will automatically turn it to this. If there is a description not in this format, it will not do anything.

  • Fixed commands getting (also) interpreted as messages or vice-versa, simplified handling of commands
    • In #bot, commands can be used as /help or by mentioning the bot
    • In #minecraft-chat, commands can be used by mentioning the bot as @ChromaBot help
    • In DM with the bot, either can be used, unless mcchat is turned on (if it is then only by mentions - but the mode itself can be turned off by /mcchat for easier use)
  • Fixed names not getting updated in the description if the nickname changes (#85)
#51 * Components * Made some things configurable, like the prefix for the bot * Showing player list in custom chats as well, if they have nothing in the description, or at least 3 sections such as: ``` x ---- A description that can be changed. ---- Y ``` If nothing is in the description, the bot will automatically turn it to this. If there *is* a description not in this format, it will not do anything. * Fixed commands getting (also) interpreted as messages or vice-versa, simplified handling of commands * In #bot, commands can be used as `/help` or by mentioning the bot * In #minecraft-chat, commands can be used by mentioning the bot as `@ChromaBot help` * In DM with the bot, either can be used, unless `mcchat` is turned on (if it is then only by mentions - *but* the mode itself *can* be turned off by `/mcchat` for easier use) * Fixed names not getting updated in the description if the nickname changes (#85)
Ghostise (Migrated from github.com) reviewed 2018-12-24 00:01:32 +00:00
Sign in to join this conversation.
No description provided.