diff options
| author | 2019-02-07 18:21:35 +0000 | |
|---|---|---|
| committer | 2019-02-07 18:21:35 +0000 | |
| commit | ce78bd850a04d1aeeacf200c8426635316f45b05 (patch) | |
| tree | 6e3a1e14a37b6d75e0722e287be9be642d602044 /modules | |
| parent | Send `CAP LS` after we send `PASS` (if applicable) (src/IRCServer.py) (diff) | |
| signature | ||
quit: add quote
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/quit.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/quit.py b/modules/quit.py index 1a5a936c..f4fbadaa 100644 --- a/modules/quit.py +++ b/modules/quit.py @@ -53,7 +53,8 @@ QUOTES = { "I don’t need to understand how encryption works" : "Amber Rudd", "Life's but a walking shadow, a poor player that struts and frets his hour upon the stage and then is heard no more. It is a tale told by an idiot, full of sound and fury, signifying nothing" : "", "We're getting there" : "", - "If not me, who? If not now, when?": "Hillel the Elder" + "If not me, who? If not now, when?": "Hillel the Elder", + "The truth is painful, but always more useful": "Donald Tusk", } class Module(ModuleManager.BaseModule): |
