aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Evelyn2016-05-04 14:31:45 +0100
committerGravatar Evelyn2016-05-04 14:31:45 +0100
commit2df29ab76e5156c2c945e396e67d24498e806c0c (patch)
treeed61bd4a2c0b599335c5c96bc862bed9c6ba03ee
parentadded wikipedia.py. (diff)
signature
more quotes
-rw-r--r--modules/signals.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/modules/signals.py b/modules/signals.py
index 482f11c0..6bd46b4d 100644
--- a/modules/signals.py
+++ b/modules/signals.py
@@ -22,7 +22,14 @@ QUOTES = {
"I'm an Internet expert too." : "Kim Jong Il",
"So long, and thanks for all the fish" : "",
"It is a lie that I made the people starve." : "Nicolae Ceaușescu",
- "As far as I know - effective immediately, without delay." : "Günter Schabowski"
+ "As far as I know - effective immediately, without delay." : "Günter Schabowski",
+ "Not all those who wander are lost." : "J.R.R. Tolkien",
+ "Life would be tragic if it weren't funny." : "Stephen Hawking",
+ "We are such stuff as dreams are made on; and our little life is rounded with a sleep." : "",
+ "Do androids dream of electric sheep?" : "",
+ "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"
}
class Module(object):