aboutsummaryrefslogtreecommitdiff
path: root/modules/ducks.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-11 18:26:53 +0100
committerGravatar jesopo2019-05-11 18:26:53 +0100
commit2d6d2a98d7bede232780678b1c67c6c8b8863132 (patch)
treed0c75f4344197731a835d9d978f7a7552cdea266 /modules/ducks.py
parentRevamp how CAPs are tracked through REQ and ACK/NAK etc (diff)
signature
Typo in ducks.py, 'DEFAUL' -> 'DEFAULT'
Diffstat (limited to 'modules/ducks.py')
-rw-r--r--modules/ducks.py2
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})