diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/quit.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/quit.py b/modules/quit.py index 0e823609..e3aa5a7c 100644 --- a/modules/quit.py +++ b/modules/quit.py @@ -53,6 +53,7 @@ QUOTES = { "The laws of mathematics are very commendable, but the only law that applies in Australia is the law of Australia" : "Malcolm Turnbull", "He had to download the entire iOS system on his computer, he had to decrypt it, he had to do all of these things I don't even understand" : "Glenn Moramarco, as assistant U.S. attorney", "I don’t need to understand how encryption works" : "Amber Rudd", + "Life's but a walking shadow, a poor player that struts and frets his hour upon the stage and then is heard no more. It is a tale told by an idiot, full of sound and fury, signifying nothing" : "", } class Module(ModuleManager.BaseModule): |
