aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar Evelyn2018-10-06 22:30:26 +0100
committerGravatar Evelyn2018-10-06 22:30:26 +0100
commit9c1543192536392d77f130220975f8986613205a (patch)
tree5049e0690b8f324f29877b26bb57a41b573120ef /modules
parentAdd control-socket to bot.conf.example, only start up control socket is a unix (diff)
signature
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
Diffstat (limited to 'modules')
-rw-r--r--modules/quit.py1
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):