diff options
| author | 2016-05-09 13:35:52 +0100 | |
|---|---|---|
| committer | 2016-05-09 13:35:52 +0100 | |
| commit | eb603fccb9393549828b0da99dc2f53c4e817579 (patch) | |
| tree | 85d606ad9702581e175075c70e712d9033990328 | |
| parent | Merge branch 'master' of github.com:jesopo/bitbot (diff) | |
| signature | ||
Another quote
| -rw-r--r-- | modules/signals.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/signals.py b/modules/signals.py index 6bd46b4d..a5fdb764 100644 --- a/modules/signals.py +++ b/modules/signals.py @@ -29,7 +29,8 @@ QUOTES = { "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" + "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" } class Module(object): |
