3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 23:25:02 +00:00
zeppelin/src/plugins
Dragory b5dd0f74bb cases: fix cases without a reason not being posted
The fact that cases *with* a reason were being posted was actually an
unintended side effect of createCaseNote also posting the case after
creating the note. Had the issue with the cases not being posted not
existed, new cases with a reason would've been posted twice. This commit
changes this so createCaseNote doesn't post the case when used from
createCase, and fixes the actual case posting at the end of createCase.
2019-01-03 04:30:16 +02:00
..
BotControl.ts BotControl: add function to reload all global plugins, other tweaks 2018-08-05 00:43:58 +03:00
Cases.ts cases: fix cases without a reason not being posted 2019-01-03 04:30:16 +02:00
Censor.ts Don't censor bot messages 2018-12-14 09:14:13 +02:00
Logs.ts Message archive formatting tweaks and fixes; only emit deleteBulk event from SavedMessages if any messages were actually marked as deleted 2018-12-22 13:06:40 +02:00
LogServer.ts Create archives from bulk deletes and cleans. Use GuildSavedMessages for cleans. 2018-11-24 18:39:17 +02:00
MessageSaver.ts MessageSaver: make message saving commands non-blocking 2018-12-22 14:20:19 +02:00
ModActions.ts Allow any text after 'expand' in !cases for memes 2018-12-22 18:57:24 +02:00
Mutes.ts Use actions/events for plugin interoperability. Move base case and mute functionality to their own plugins. 2018-11-25 17:04:26 +02:00
Persist.ts Persist: fix errors when the leaving member was not cached 2018-12-25 09:21:29 +02:00
Post.ts Use actions/events for plugin interoperability. Move base case and mute functionality to their own plugins. 2018-11-25 17:04:26 +02:00
ReactionRoles.ts Switch from Knex to TypeORM. Update Knub. 2018-10-26 06:41:20 +03:00
Slowmode.ts slowmode: add !slowmode clear to clear slowmode from specific users 2019-01-03 04:15:18 +02:00
Spam.ts Message archive formatting tweaks and fixes; only emit deleteBulk event from SavedMessages if any messages were actually marked as deleted 2018-12-22 13:06:40 +02:00
Starboard.ts starboard: don't remove starred messages if someone removes their reaction and the count falls under the threshold 2018-12-22 14:49:45 +02:00
Tags.ts !tag_delete -> !tag delete 2018-12-22 16:01:18 +02:00
Utility.ts Add !nickname reset command. Allow setting/resetting your own nick with the nickname commands. 2018-12-22 16:11:53 +02:00
ZeppelinPlugin.ts Move canActOn to ZeppelinPlugin base class 2018-12-15 17:24:09 +02:00