Skip to content

Command: add#


Summary#

Command Default Level Global Only?
add 200 no

Description#

  • Removes an existing entry from the whitelist or blacklist

Usage#

rem ?chan? <id>
  • Channel parameter is optional. If not given, the bot will default to the originating channel, the channel the user has the most access in, or lastly, the default Armour channel.
  • The id is the ID number of the list entry to remove. These IDs are referenced in kick reasons for blacklist entries and opnotices or report channel notices for whitelist entries.

Examples#

View an existing list entry using ID 91:

@Empus | y view 91
 @yolk | list match: blacklist host: *!bob@*.isp.com (id: 91 chan: #yolk action: kickban hits: 0 added: 0 days, 00:00:07 ago by: Empus!empus@172.16.164.1 reason: abuse)

Remove the blacklist entry 91:

@Empus | y rem 91
 @yolk | removed host blacklist entry (id: 91 -- value: *!bob@*.isp.com  -- action: kickban -- hits: 0 -- reason: abuse)

Multiple list entries:

@Empus | y r 92,93
 @yolk | removed host blacklist entry (id: 92 -- value: *!bob@*.isp.com  -- action: kickban -- hits: 0 -- reason: abuse)
 @yolk | removed user blacklist entry (id: 93 -- value: Jane  -- action: kickban -- hits: 0 -- reason: spam is not tolerated)


Shortcuts#

Command shortcuts are supported for faster entry management. Removals can also be achieved using r in place of rem:

@Empus | y r 91
 @yolk | removed host blacklist entry (id: 91 -- value: *!bob@*.isp.com  -- action: kickban -- hits: 0 -- reason: abuse)


Command Description
add Add a whitelist or blacklist entry to database
help View the help for a given command
chanscan Scans the entire channel and acts upon matches
cmds List commands available to user
mod Modifies the settings of a list entry
search Search for whitelist & blacklist entries
scan Scan a client or value against lists and return results
view View an existing list entry