aboutsummaryrefslogtreecommitdiff
path: root/modules/signals.py
diff options
context:
space:
mode:
authorGravatar Evelyn2016-10-09 09:07:27 +0100
committerGravatar Evelyn2016-10-09 09:07:27 +0100
commit50a01b7bf1e7cb9220a3247d5b73271730772640 (patch)
tree462baec5b1d08b793d87b70b98fe3ab7647a36ef /modules/signals.py
parentnrtrains now doesn't break if a platform isn't known (diff)
signature
Add Donald Trump, lulzsec to quotes
Diffstat (limited to 'modules/signals.py')
-rw-r--r--modules/signals.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/signals.py b/modules/signals.py
index 7cf3a8b2..74ad10d9 100644
--- a/modules/signals.py
+++ b/modules/signals.py
@@ -32,7 +32,9 @@ QUOTES = {
"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",
"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"
+ "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",
+ "The security aspect of cyber is very, very tough. And maybe it's hardly doable." : "Donald Trump",
+ "The Internet. The hate machine, the love machine, the machine powered by many machines. We are all part of it, helping it grow, and helping it grow on us." : ""
}
class Module(object):