Changed lithp command to change ss or SS to just th.

This commit is contained in:
Jeremy Fincher 2003-03-28 07:00:15 +00:00
parent 42d20674bb
commit 8d857b6ffd
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('ss', 'th')
text = text.replace('SS', 'th')
text = text.replace('s', 'th')
text = text.replace('S', 'TH')
text = text.replace('x', 'kth')