mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-03 16:39:25 +01:00
Hah!
This commit is contained in:
parent
d82c694a05
commit
2ebabe1a73
@ -295,7 +295,7 @@ class Filter(callbacks.Privmsg):
|
||||
def unmorse(self, irc, msg, args):
|
||||
"""<morse code text>
|
||||
|
||||
Does the reverse of the morse/ditdaw command.
|
||||
Does the reverse of the morse command.
|
||||
"""
|
||||
text = privmsgs.getArgs(args)
|
||||
text = text.replace('_', '-')
|
||||
@ -311,7 +311,7 @@ class Filter(callbacks.Privmsg):
|
||||
def morse(self, irc, msg, args):
|
||||
"""<text>
|
||||
|
||||
Gives the more code equivalent of a given string.
|
||||
Gives the morse code equivalent of a given string.
|
||||
"""
|
||||
text = privmsgs.getArgs(args)
|
||||
L = []
|
||||
|
Loading…
Reference in New Issue
Block a user