3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-02-02 15:44:06 +01:00

ctcp: -that

This commit is contained in:
James Lu 2017-01-20 22:32:32 -08:00
parent b7470c3c42
commit d749fbb2ab

View File

@ -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)),