aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2016-06-28 00:09:51 +0100
committerGravatar jesopo2016-06-28 00:09:51 +0100
commitf21618eeb1bfbd0e64fc154270a7cd1f4120ab52 (patch)
treed5ab40547e82140254192941a19e00386eea0d6a
parentadded tfl.py. (diff)
parentWe're all fucked. I'm fucked. You're fucked. [...] It's been the biggest cock... (diff)
signature
Merge branch 'master' of github.com:jesopo/bitbot
-rw-r--r--modules/signals.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/signals.py b/modules/signals.py
index a5fdb764..7cf3a8b2 100644
--- a/modules/signals.py
+++ b/modules/signals.py
@@ -30,7 +30,9 @@ QUOTES = {
"Love all, trust a few, do wrong to none." : "William Shakespeare",
"Patriotism is not enough. I must have no hatred or bitterness towards any one." : "Edith Cavell",
"The monuments of wit survive the monuments of power." : "Francis Bacon",
- "Human ingenuity cannot concoct a cipher which human ingenuity cannot resolve" : "Edgar Allan Poe"
+ "Human ingenuity cannot concoct a cipher which human ingenuity cannot resolve" : "Edgar Allan Poe",
+ "Nobody has the intention to erect a wall" : "Walter Ulbricht",
+ "We're all completely fucked. I'm fucked. You're fucked. [...] It has been the biggest cock-up ever and we're all completely fucked" : "Richard Mottram"
}
class Module(object):