3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 23:55:02 +00:00
Commit graph

23 commits

Author SHA1 Message Date
roflmaoqwerty
fa7d5d0526 added role removal mute overrides to automod and spam plugins 2020-06-21 11:38:50 +10:00
roflmaoqwerty
8bf47ff418 implemented role removal mute 2020-06-21 11:38:49 +10:00
roflmaoqwerty
5d56142b27 added new parameters 2020-06-21 11:38:48 +10:00
roflmaoqwerty
46515f0fb3 Created new DB column for role removal mute 2020-06-21 11:35:52 +10:00
Dragory
b4e034e3d8
Mutes: Add locks to prevent multiple simultaneous attempts to mute a user 2020-06-14 23:59:51 +03:00
Dragory
154104233f
Remove test code 2020-05-23 00:13:05 +03:00
Dragory
a608fe0163
Add 'reason' variable to mod action logs 2020-05-22 22:18:54 +03:00
Dragory
dca678989e
Add pagination to !mutes, show manual mutes separately with -manual 2020-05-22 22:11:08 +03:00
Dragory
9609af2a64
Merge branch 'exportForMutesList' of git://github.com/DarkView/ZeppelinBot into DarkView-exportForMutesList 2020-05-22 21:20:46 +03:00
Dragory
a6828b60a9
Code style tweak 2020-05-22 21:19:14 +03:00
Dark
2d01a4194f Convert clear_mute to accept multiple IDs, with proper error handling 2020-05-02 19:20:52 +02:00
Dark
d82f88bc24 Add export option to mutes command 2020-04-03 23:17:24 +02:00
Dragory
89f545eb62
Allow overriding user notification method for mod actions via -notify and -notify-channel. Allow setting these settings for automod actions as well. 2020-01-29 02:44:11 +02:00
roflmaoqwerty
4eb28c3bd8 Remove manual mutes (#33)
The unmute command can now unmute users who have had the mute role manually applied to them
2020-01-28 22:20:05 +02:00
roflmaoqwerty
a37624a50d simplified reason assignment 2020-01-21 22:34:01 +11:00
roflmaoqwerty
24df1d827f fixed a bug where mute reasons were not relayed to the user 2020-01-21 22:19:28 +11:00
Dragory
0818b0479b
Small code clean-up 2020-01-18 11:23:38 +02:00
roflmaoqwerty
be28b64102 fixed bad parameter 2020-01-16 22:19:53 +11:00
roflmaoqwerty
3d5969979a implemented user alerts for updates 2020-01-16 22:19:08 +11:00
roflmaoqwerty
5883121281 implemented user alerts for mute updates 2020-01-15 22:15:39 +11:00
roflmaoqwerty
9aa4516a3a initial commit 2020-01-15 00:58:19 +11:00
roflmaoqwerty
af882627a1 changed almost all references of utils successMessage to this.sendSuccessMessage. Waiting on knub changes to finish this 2020-01-12 22:21:14 +11:00
Dragory
16111bbe84 Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
Renamed from src/plugins/Mutes.ts (Browse further)