mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
-.-- .- -.-- --..-- -. --- .-- -- --- .-. ... . -..-. ..- -. -- --- .-.
... . ... ..- .--. .--. --- .-. - ... .--. ..- -. -.-. - ..- .- - .. --- -. .-.-.-
This commit is contained in:
parent
7859f16aa6
commit
a76036722e
@ -278,6 +278,16 @@ class Filter(callbacks.Privmsg):
|
|||||||
"7" : "--...",
|
"7" : "--...",
|
||||||
"8" : "---..",
|
"8" : "---..",
|
||||||
"9" : "----.",
|
"9" : "----.",
|
||||||
|
"." : ".-.-.-",
|
||||||
|
"," : "--..--",
|
||||||
|
":" : "---...",
|
||||||
|
"?" : "..--..",
|
||||||
|
"'" : ".----.",
|
||||||
|
"-" : "-....-",
|
||||||
|
"/" : "-..-.",
|
||||||
|
'"' : ".-..-.",
|
||||||
|
"@" : ".--.-.",
|
||||||
|
"=" : "-...-"
|
||||||
}
|
}
|
||||||
_revcode = dict([(y, x) for (x, y) in _code.items()])
|
_revcode = dict([(y, x) for (x, y) in _code.items()])
|
||||||
_unmorsere = re.compile('([.-]+)')
|
_unmorsere = re.compile('([.-]+)')
|
||||||
|
Loading…
Reference in New Issue
Block a user