-
Notifications
You must be signed in to change notification settings - Fork 3
Tag Command
A tag command will mention users to an indicated imgur post. Any tracker can only tag the taglists that it has permissions for, any other lists will be ignored.
-
Imgur Post id
In order for the bot to know where it needs to post the tag request, it needs to know the post id. An exception to this necessity is if the tag command was issued on imgur.com as a comment on the specific post that requires tagging.
The post id can be found in the url:https://imgur.com/gallery/[post id]Where[post id]is the post id that should be supplied. The post id needs to be the first argument after thetagcommand if it is required. -
Imgur parent comment (optional)
If the command was not issued from imgur.com (i.e. you had to indicate an imgur post id), you can choose to post a custom message as a parent comment. This can be done anywhere in the arguments, but needs to be between""quotes. If this option is not chosen, the bot will default to a generic root comment and post the tag comments underneath there. -
Taglist(s)
At least one taglist should be supplied. Any taglists that the Tracker does not have permission to is ignored. If the user did not supply any taglists, an error message will be shown. -
Rating (optional)
It is possible to indicate a rating by adding any argument:-
s(safe) -
q(questionable) -
e(explicit)
If several ratings are supplied, the last one will be used.
If no rating is supplied any taglist that relies on a rating will be ignored.
-
-
Filters (optional)
It is possible to supply custom filters that can filter out certain users that have opted not to receive specific content. Anything after the command-prefix that is not considered either a taglist, a rating or a parent comment will be considered a filter entry.
We use:
@Prefix: is assumed to be the command prefix
AA00AA: imgur post id
abc, def: taglists
weather: filter
-
@Prefix tag AA00AA abc
(YES) Tags the taglistabcto postAA00AA. -
@Prefix tag abc
(YES/NO) Only works if posted as imgur reply. Otherwise it will likely give an error or attempt to tag an erroneous post. -
@Prefix tag AA00AA abc "This will be the parent comment"
(YES) Notice the quotes around the parent comment text. -
@Prefix tag AA00AA q abc
(YES) Will only tag users to theabclist that have opted to receive questionable content. -
@Prefix tag AA00AA abc q weather
(YES) Will filter out users that have opted not to receive information aboutweather. -
@Prefix tag "This will be the parent comment" AA00AA abc q weather
(NO) The imgur post id (AA00AA) must be the first entry