diff options
| author | 2019-05-11 18:26:53 +0100 | |
|---|---|---|
| committer | 2019-05-11 18:26:53 +0100 | |
| commit | 2d6d2a98d7bede232780678b1c67c6c8b8863132 (patch) | |
| tree | d0c75f4344197731a835d9d978f7a7552cdea266 /modules | |
| parent | Revamp how CAPs are tracked through REQ and ACK/NAK etc (diff) | |
| signature | ||
Typo in ducks.py, 'DEFAUL' -> 'DEFAULT'
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/ducks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ducks.py b/modules/ducks.py index d9081ffb..01b46457 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -4,7 +4,7 @@ from src import EventManager, ModuleManager, utils DUCK = "・゜゜・。。・゜゜\_o< QUACK!" NO_DUCK = "There was no duck!" -DEFAUL_MIN_MESSAGES = 100 +DEFAULT_MIN_MESSAGES = 100 @utils.export("channelset", {"setting": "ducks-enabled", "help": "Whether or not to spawn ducks", "validate": utils.bool_or_none}) |
