From 6372d9c91cec7ab2c6fbdddc253890f0d4798629 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Sun, 26 Aug 2018 11:54:34 -0400 Subject: [PATCH] fixed typo resulting in Mc/von error --- myhero.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/myhero.py b/myhero.py index 069ad26..1aed908 100644 --- a/myhero.py +++ b/myhero.py @@ -169,10 +169,10 @@ CONFIG_TEMPLATE = { } class MyHero(BotPlugin): - """Generates hero hunky names in the spirit of MST3k's running joke in their Space Mutiny episode""" + """Generates lunky hunky hero names in the spirit of MST3k's running joke in their Space Mutiny episode""" min_err_version = '3.0.0' # Optional, but recommended - HERO_NAMES_PREFIXES = ['Mc','von '], + HERO_NAMES_PREFIXES = ['Mc','von '] def get_configuration_template(self): return CONFIG_TEMPLATE