Tiny update to the lithp command.

This commit is contained in:
Jeremy Fincher 2003-09-22 22:36:23 +00:00
parent b4b2b2b883
commit d57c173598
1 changed files with 3 additions and 3 deletions

View File

@ -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)