3
0
mirror of https://github.com/reality/dbot.git synced 2026-05-05 14:27:58 +02:00
reality 8e8953999d Various database branch fixes [#331]:
* Admin module doesn't try to use reload string when it's not there.
* Fix dent event hookin
* Fix quote retrieval (two ~q definitions and no false check before interpolate)
* Change databankerised modules to use redis for testing
2013-04-22 14:22:35 +00:00
..
2013-04-20 00:05:46 +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.