diff --git a/plugins/Moobot.py b/plugins/Moobot.py index 5ce3a452e..82f9f9f7a 100644 --- a/plugins/Moobot.py +++ b/plugins/Moobot.py @@ -117,6 +117,7 @@ class Moobot(callbacks.Privmsg): Does the reverse of the morse/ditdaw command. """ text = privmsgs.getArgs(args) + text = text.replace('_', '-') L = [] def morseToLetter(m): s = m.group(1)