aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2016-05-06 13:37:30 +0100
committerGravatar jesopo2016-05-06 13:37:30 +0100
commit18a5d2087e74f26e30a444915b6f44e7272198ac (patch)
tree22112acf98fd0c3dbcb81aa6cb8b1511f5a361c0 /modules
parentadded a function to Utils to get the "closest" setting, with channel/user set... (diff)
parentmore quotes (diff)
Merge branch 'master' of github.com:jesopo/bitbot
Diffstat (limited to 'modules')
-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):