mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-02 23:54:08 +01:00
ctcp: -that
This commit is contained in:
parent
b7470c3c42
commit
d749fbb2ab
@ -28,7 +28,7 @@ def handle_ctcpeaster(irc, source, args):
|
|||||||
Secret easter egg.
|
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),
|
(datetime.datetime.now().year - 2014),
|
||||||
"Hiss%s" % ('...' * random.randint(1, 5)),
|
"Hiss%s" % ('...' * random.randint(1, 5)),
|
||||||
"His%s%s" % ('s' * random.randint(1, 4), '...' * random.randint(1, 5)),
|
"His%s%s" % ('s' * random.randint(1, 4), '...' * random.randint(1, 5)),
|
||||||
|
Loading…
Reference in New Issue
Block a user