Made lithp a little more naturally lispish

This commit is contained in:
Jeremy Fincher 2003-03-31 05:56:22 +00:00
parent 10a65f7399
commit 8fd1d71952
1 changed files with 2 additions and 0 deletions

View File

@ -244,6 +244,8 @@ class FunCommands(callbacks.Privmsg):
def lithp(self, irc, msg, args):
"<text>"
text = privmsgs.getArgs(args)
text = text.replace('sh', 'th')
text = text.replace('SH', 'TH')
text = text.replace('ss', 'th')
text = text.replace('SS', 'th')
text = text.replace('s', 'th')