mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
ctcp: totally not an easter egg update
This commit is contained in:
parent
cf40a38c14
commit
1b0829f401
@ -38,6 +38,7 @@ def handle_ctcpeaster(irc, source, args):
|
|||||||
"Maybe later.",
|
"Maybe later.",
|
||||||
"Let me out of here, I'll give you cookies!",
|
"Let me out of here, I'll give you cookies!",
|
||||||
"I'm actually a %snake...." % ('s' * random.randint(1, 8)),
|
"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)
|
irc.msg(source, '\x01EASTER %s\x01' % random.choice(responses), notice=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user