3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-18 15:00:00 +00:00
Commit graph

669 commits

Author SHA1 Message Date
roflmaoqwerty
b092dda079 default emoji support for !jumbo 2020-01-14 18:46:53 +11:00
roflmaoqwerty
08c1a2e9ac implemented !jumbo 2020-01-14 18:46:53 +11:00
roflmaoqwerty
221da8c206 initial commit. Just need to implement gif resize 2020-01-14 18:46:52 +11:00
Dragory
7c06a8cfc4
Fix error when loading old persist configs 2020-01-12 17:24:55 +02:00
Dragory
73dc0d00fb
automod: fix mutes not applying 2020-01-12 17:17:01 +02:00
Dragory
bec583f96a
search: don't throw an error if the search results message is removed before the reactions are removed 2020-01-12 17:16:18 +02:00
Dragory
5a0f8badca Persist: remove voice mute persist support
Since voice mutes cannot be re-applied unless the member is in voice,
we can't re-apply the voice mute automatically on join and would have
to do it later when they first join voice, which could get messy if
they were not supposed to be voice muted anymore after all (if they
e.g. don't use voice for a long time).
2020-01-12 17:05:55 +02:00
Dragory
9b9b6a1518 AutoReactions: send a bot alert if the bot is missing permissions to apply auto reactions (triggered by unknown messages, so usually 'read message history') 2020-01-12 17:05:30 +02:00
Dragory
ca5c7fed64 ReactionRoles: automatically clear reaction roles from unknown messages 2020-01-12 17:02:14 +02:00
Dragory
cfd713ff5f ReactionRoles: add extra debug info for unknown messages 2020-01-12 16:37:40 +02:00
Dragory
8a1df3f314 Add more info to !server, and tweak formatting 2020-01-12 16:34:55 +02:00
Miikka
4e22d521f7
Merge branch 'master' into custom-success-emoji 2020-01-12 13:39:59 +02:00
Dragory
94ef7b8ee0 Update to Knub 29. Set up config types for Knub. 2020-01-12 13:37:43 +02:00
roflmaoqwerty
c532ab06fb ran npm run format 2020-01-12 22:31:30 +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
2ee0bc2a3d typings: fix duration arg not being marked as optional in vcalertCmd 2020-01-12 11:53:17 +02:00
Miikka
b1b4b85e94
Merge branch 'master' into fixLocateUser 2020-01-12 11:51:59 +02:00
Dragory
1aceb55a87 Run prettier and check tslint on entire codebase
Mainly to run these checks for the recent pull requests.
2020-01-12 11:48:31 +02:00
Miikka
65880d2e60
Merge pull request #25 from roflmaoqwerty/compact-info
Add -compact/-c flag to !info
2020-01-12 11:45:29 +02:00
Dragory
8c36e5fa01 logs: make sure the passed member object is stripped 2020-01-12 11:43:56 +02:00
Dragory
bf44a04e2c Tweaks to Roles plugin before merging
Separate role adding/removing to two separate commands for clearer
help pages and to remove the conflict with the self-assignable roles
plugin.

Require the assignable_roles option to always be an array (even if an
empty one).

Allow role assignments to self.

Log role additions/removals via these commands with the right
moderator name (instead of relying on the auto-log from the event).
2020-01-12 11:39:54 +02:00
Dragory
a0881e8298 resolveRoleId: fix return type 2020-01-12 11:39:26 +02:00
Dragory
c1b7967d10 canActOn: add option to allow same level 2020-01-12 11:38:12 +02:00
Dragory
63b3519ac4 Merge branch 'roles-mod-action' of git://github.com/roflmaoqwerty/ZeppelinBot into roflmaoqwerty-roles-mod-action 2020-01-12 10:42:03 +02:00
Miikka
7562bf8fd1
Merge pull request #23 from roflmaoqwerty/reminder-updates
Reminder updates
2020-01-12 10:37:34 +02:00
roflmaoqwerty
1d1de40e35 fixed whitespace 2020-01-11 10:26:47 +11:00
roflmaoqwerty
4623475fb5 Cleaned up code 2020-01-11 02:05:54 +11:00
roflmaoqwerty
12d8b19561 Added compact switch to !info 2020-01-11 01:39:02 +11:00
roflmaoqwerty
d16a67bca3 added match by role name functionality to roles plugin 2020-01-10 01:04:58 +11:00
roflmaoqwerty
fa1e8b78f5 POC done 2020-01-09 01:32:12 +11:00
roflmaoqwerty
0b1381e7b3 created new plugin 2020-01-09 00:23:41 +11:00
roflmaoqwerty
329de665f5 removed unnecessary code lines 2: electric boogaloo 2 2020-01-08 14:35:44 +11:00
roflmaoqwerty
a1cb358d16 removed unnecessary code lines 2: electric boogaloo 2020-01-08 14:34:36 +11:00
roflmaoqwerty
34aed027f4 removed unnecessary code lines 2020-01-08 14:33:12 +11:00
roflmaoqwerty
17decd09d5 Added created_at field to reminders table. Added time remaining timestamp to reminders command. Added creation date timestamp to reminder activation message 2020-01-08 14:29:49 +11:00
roflmaoqwerty
25c88ae630 Converted all remaining boolean parameters to flags 2020-01-04 16:00:21 +11:00
roflmaoqwerty
b249ab7142 fixed case issue 2019-12-29 00:51:04 +11:00
Dragory
d403292ef6 starboard: prevent self-votes 2019-12-02 01:13:53 +02:00
Dragory
5ab6f59593 starboard: localized timestamps; add link to original message again 2019-12-02 01:11:40 +02:00
Dragory
c7103ac432 Set !post -repeat max time to 2^32 milliseconds 2019-12-02 00:09:04 +02:00
Dragory
2ff65e89fd Add repeat options for scheduled posts 2019-12-01 23:23:34 +02:00
Dragory
56fb432c7c Initial work on stats 2019-12-01 15:57:35 +02:00
Dragory
26c460e67a trimPluginDescription: use first line's indentation instead 2019-12-01 15:57:17 +02:00
Dragory
698174a584 vcalert: use overloads instead of double optional parameter
Knub-command-manager doesn't support more than one optional parameter
at the moment.
2019-12-01 02:40:53 +02:00
Dragory
a0edd962f3 Add support for regex in !search via -regex/-re 2019-12-01 01:01:20 +02:00
Dragory
c1cb5a4ed7 search: add -ids switch to list result ids; fix reactions from other messages affecting search results 2019-12-01 00:37:54 +02:00
Dragory
d2a6cb1684 Add --exclusive/-e to !reaction_roles
When reaction roles are set as exclusive, a user can only have 1
reaction role from that message. Others are removed automatically when
picking a role if needed.
2019-11-30 23:39:32 +02:00
Dragory
546835d421 starboard: fix starboards accepting any emoji instead of just the specified one 2019-11-30 23:39:12 +02:00
Dragory
b47872bf87 utility: fix !clean response delete behaviour
The !clean response is intended to be deleted after a delay when
cleaning the current channel i.e. not specifying a different channel
to clean. This behaviour was reversed, so the response got deleted when
cleaning a different channel and stayed when cleaning the current
channel.
2019-11-30 22:23:11 +02:00
Dragory
23a9a5e800 utility: reply with archive url when !cleaning other channels 2019-11-30 22:22:25 +02:00