aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar Evelyn2019-02-19 15:03:31 +0000
committerGravatar Evelyn2019-02-19 15:03:31 +0000
commit8879e6416eeee26eb655e6bba5f02fcff22e107a (patch)
tree83108ebf944a04b020eb43a7a3dd6fa9fa65fde7 /modules
parentcontextualise JOIN key check, otherwise it doesn't send channel_name (diff)
signature
How can you govern a country that has two hundred and forty-six varieties of cheese?
Diffstat (limited to 'modules')
-rw-r--r--modules/quit.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/quit.py b/modules/quit.py
index 8ac3ec8d..8a5e71c9 100644
--- a/modules/quit.py
+++ b/modules/quit.py
@@ -55,6 +55,7 @@ QUOTES = {
"We're getting there" : "",
"If not me, who? If not now, when?": "Hillel the Elder",
"The truth is painful, but always more useful": "Donald Tusk",
+ "How can you govern a country that has two hundred and forty-six varieties of cheese?": "Charles de Gaulle",
}
class Module(ModuleManager.BaseModule):