diff options
| author | 2016-11-28 10:11:22 +0000 | |
|---|---|---|
| committer | 2016-11-28 10:11:22 +0000 | |
| commit | 60a728f95949692539578f2d9e72fcb5d559e596 (patch) | |
| tree | 5bfdc2121975d158c2f4b3c4a2d51eeaa5216d09 /modules/signals.py | |
| parent | Merge branch 'master' of github.com:jesopo/bitbot (diff) | |
| signature | ||
More quit quotes!
Diffstat (limited to 'modules/signals.py')
| -rw-r--r-- | modules/signals.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/signals.py b/modules/signals.py index 45feed51..9ae91b24 100644 --- a/modules/signals.py +++ b/modules/signals.py @@ -39,7 +39,9 @@ QUOTES = { "My hovercraft is full of eels." : "", "You may burn my books and the books of the best minds in Europe, but the ideas those books contain have passed through millions of channels and will go on." : "Helen Keller", "That was only a prelude; where they burn books, they will in the end also burn people" : "Heinrich Heine", - 'Never, "for the sake of peace and quiet", deny your own experience or convictions.' : "Dag Hammarskjöld" + 'Never, "for the sake of peace and quiet", deny your own experience or convictions.' : "Dag Hammarskjöld", + "Quis custodiet ipsos custodes?" : "", + "Unless someone like you cares a whole awful lot, nothing is going to get better. It's not." : "Theodor Seuss Geisel" } class Module(object): |
