Commit graph

9 commits

Author SHA1 Message Date
Noikoio
e30b6be5fe Replaced important comments with noticeable warnings 2017-10-21 12:05:46 -07:00
Noikoio
0cbe074151 Added 'say' command type 2017-10-15 17:22:21 -07:00
Noikoio
3f376605f2 ModTools configuration redone
Defining config for ModTools now is similar to that of other features.

Additionally, merged the Ban and Kick commands into a single file,
and it no longer scans itself for attribute data on load.
2017-10-09 11:54:12 -07:00
Noikoio
16ee0ad54c Fix compilation error 2017-09-05 09:03:27 -07:00
Noikoio
2358a8eec4 Fixed BanCommand not accepting IDs of non-guild users
Also slightly improved the equivalent code for KickCommand
2017-08-11 09:29:52 -07:00
Noikoio
1351777e0a Fixed incorrect kick/ban reasons 2017-08-09 16:07:42 -07:00
Noikoio
7f8d6465ef Added EntityList.ExistsInList
Replaces redundant code in both features.
2017-08-08 12:48:30 -07:00
Noikoio
9818d4af89 Removed EntityItem.UpdateId
Will no longer determine and store snowflake IDs for each entity
defined in configuration. Instead, it will be strongly
recommended in future documentation that users make use of IDs to
define such things.
2017-08-08 12:36:49 -07:00
Noikoio
e3d40a5f60 Added ModTools feature
Implements moderation commands that are fully configurable.
Commands are defined in configuration per-server under "modtools",
and allows for custom command triggers as well as individual options.

For now, only commands with "kick" and "ban" capabilities are
available, but more will be added in the near future.
2017-08-06 13:05:44 -07:00