[AB-197] moving templates from utility to their respective maven modules

This commit is contained in:
Sheldan
2021-03-12 17:53:46 +01:00
parent 1b645f58bd
commit cf03520397
190 changed files with 640 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>zip</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<outputDirectory>.</outputDirectory>
<directory>${project.basedir}/src/main/resources</directory>
</fileSet>
</fileSets>
</assembly>

View File

@@ -0,0 +1 @@
Disables repost checking for a channel group

View File

@@ -0,0 +1,2 @@
Disables the repost checking for the given channel group.
This will take effect immediately, but will not impact the existing images stored.

View File

@@ -0,0 +1 @@
Enables the repost check for the given channel group

View File

@@ -0,0 +1 @@
This command can be used to enable the repost check for a given channel group. This takes effect immediately.

View File

@@ -0,0 +1 @@
Removes stored image hashes from the database

View File

@@ -0,0 +1,3 @@
This command can be used to remove the stored image posts from one member or from the whole server.
The only argument is an optional member mention, if this is not present all image posts are affected.
It will also remove any reposts which were tracked for the found posts.

View File

@@ -0,0 +1 @@
Removes the tracked reposts from the database

View File

@@ -0,0 +1,3 @@
This command can be used to remove the tracked reposts of a given member of the whole server.
The only argument is an optional member mention, if this is not present all reposts are affected.
It will only remove the tracked reposts, the stored image posts will remain.

View File

@@ -0,0 +1 @@
Shows the channel groups and the channels in which repost checks are enabled

View File

@@ -0,0 +1,2 @@
This command can be used to show in which channel groups and channels the repost check is enabled.
This will show the channel mentions in case they exist, and only the channel ID it it doesnt.