3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

ctcp: totally not an easter egg update

This commit is contained in:
James Lu 2016-07-11 16:59:44 -07:00
parent cf40a38c14
commit 1b0829f401

View File

@ -38,6 +38,7 @@ def handle_ctcpeaster(irc, source, args):
"Maybe later.",
"Let me out of here, I'll give you cookies!",
"I'm actually a %snake...." % ('s' * random.randint(1, 8)),
"The Py stands for Python, not actual pie. Sorry to disappoint :(",
]
irc.msg(source, '\x01EASTER %s\x01' % random.choice(responses), notice=True)