diff options
| author | 2019-02-19 15:03:31 +0000 | |
|---|---|---|
| committer | 2019-02-19 15:03:31 +0000 | |
| commit | 8879e6416eeee26eb655e6bba5f02fcff22e107a (patch) | |
| tree | 83108ebf944a04b020eb43a7a3dd6fa9fa65fde7 /modules | |
| parent | contextualise 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.py | 1 |
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): |
