From d749fbb2ab02dfd7af681d7e8a4457b1e652c39e Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 20 Jan 2017 22:32:32 -0800 Subject: [PATCH] ctcp: -that --- plugins/ctcp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ctcp.py b/plugins/ctcp.py index 609e0b5..e341eca 100644 --- a/plugins/ctcp.py +++ b/plugins/ctcp.py @@ -28,7 +28,7 @@ def handle_ctcpeaster(irc, source, args): Secret easter egg. """ - responses = ["Legends say that the cord monster was born only %s years ago..." % \ + responses = ["Legends say the cord monster was born only %s years ago..." % \ (datetime.datetime.now().year - 2014), "Hiss%s" % ('...' * random.randint(1, 5)), "His%s%s" % ('s' * random.randint(1, 4), '...' * random.randint(1, 5)),