mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Tiny update to the lithp command.
This commit is contained in:
parent
b4b2b2b883
commit
d57c173598
@ -417,11 +417,11 @@ class FunCommands(callbacks.Privmsg):
|
||||
text = text.replace('sh', 'th')
|
||||
text = text.replace('SH', 'TH')
|
||||
text = text.replace('ss', 'th')
|
||||
text = text.replace('SS', 'th')
|
||||
text = text.replace('SS', 'TH')
|
||||
text = text.replace('s', 'th')
|
||||
text = text.replace('z', 'th')
|
||||
text = text.replace('S', 'TH')
|
||||
text = text.replace('Z', 'TH')
|
||||
text = text.replace('S', 'Th')
|
||||
text = text.replace('Z', 'Th')
|
||||
text = text.replace('x', 'kth')
|
||||
text = text.replace('X', 'KTH')
|
||||
irc.reply(msg, text)
|
||||
|
Loading…
Reference in New Issue
Block a user