Skip to content

Unsubscription Command

Joel edited this page Apr 8, 2018 · 7 revisions

The unsub command will unsubscribe the specified user from the indicated taglists. Any Tracker can only unsubscribe a user from the taglists that it has permissions for, any other lists will be ignored.
Unsubscriptions can only be done for one user at a time. If a larger volume of users should be unsubscribed, please take a look at

If a subscription needs to be changed (e.g. adding a filter for a user) it's recommended not to unsubscribe them but simply re-subscribe them with the appropriate taglist subscription. This will overwrite the subscription for the specified taglist(s).

Arguments

  • User name
    The very first argument to an unsubscription request should always be the full (case-insensitive) username.
  • Taglists (Optional)
    If taglists are supplied with the command, the user will only be unsubscribed from these specified taglists (assuming the Tracker has permissions to this list). If no taglists are specified, the user will be unsubscribed from all known taglists.

Syntax example

We use:
@Prefix: is assumed to be the command prefix
user: the account-name of the user in the system.
abc: taglist

  • @Prefix unsub user
    (YES) Unsubscribes user from all taglists.

  • @Prefix unsub user abc
    (YES) Unsubscribes user from the abc taglist.

  • Prefix unsub abc user
    (NO) The user name should always be first.

Clone this wiki locally