Update plugin.py

This commit is contained in:
Gordon Shumway 2019-11-11 19:42:38 -05:00 committed by GitHub
parent 87835b98f6
commit f8adb051b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ class Fun(callbacks.Plugin):
def mitch(self, irc, msg, args):
"""
Mitch (Hedberg) Jokes
Mitch Hedberg Jokes
"""
data = open("{0}/mitch_hedberg.txt".format(os.path.dirname(os.path.abspath(__file__))))
text = data.read()
@ -262,7 +262,7 @@ class Fun(callbacks.Plugin):
def chuck(self, irc, msg, args):
"""
Mitch (Hedberg) Jokes
Chuck Norris Jokes
"""
data = open("{0}/chuck_norris.txt".format(os.path.dirname(os.path.abspath(__file__))))
text = data.read()