aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Evelyn2016-11-17 22:19:26 +0000
committerGravatar Evelyn2016-11-17 22:19:26 +0000
commit49af64d5539207136b70641f23672c5f6b807ca6 (patch)
tree7066f5b08c2e8b60063ee388afb9333f73f75345
parentUse channel IDs instead of names (lolsecurity) (diff)
signature
Dag Hammarskjöld quote
-rw-r--r--modules/signals.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/signals.py b/modules/signals.py
index d283d969..45feed51 100644
--- a/modules/signals.py
+++ b/modules/signals.py
@@ -38,7 +38,8 @@ QUOTES = {
"Strange women lying in ponds distributing swords is no basis for a system of government!" : "",
"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"
+ "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"
}
class Module(object):