dbot/modules/ignore
2013-06-01 15:55:09 +00:00
..
api.js ~ignorechannel and ~unignorechannel now databankerised. Fixed bug with not initialising chan ignores onLoad. Ignore now fully databankerised. [#331] 2013-04-11 21:21:12 +00:00
config.json Build help link automatically [#439] 2013-05-17 07:34:25 +00:00
ignore.js update ignore to use save instead of save|create [#331] 2013-04-12 17:30:56 +00:00
README.md Documentation for the Ignore module [#75] 2012-12-30 17:44:51 +00:00
strings.json Completed ignore module Welsh translations in strings.json 2013-05-28 21:53:16 +02:00

Ignore

Ignore modules.

Description

Commands with which users can choose to ignore listeners and commands from certain modules persistently, by storing their choices in the database. This is an interface for the JSBot ignoreTag functionality which actually implements the ignoration.

Configuration

All modules may return with them an ignorable property, which defines whether or not their functionality may be ignored by users.

Commands

~ignore [module]

Ignore a given module. If the user does not specify a module, or provides an invalid one a list of modules which are available to ignore will be given.

~unignore [module]

Unignore a previously ignored module. If the user does not specify a module, or provides an invalid choice a list of modules which are currently ignored will be given.