From 8fd1d71952071be1abe462428ee937afcb5fcbfc Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 31 Mar 2003 05:56:22 +0000 Subject: [PATCH] Made lithp a little more naturally lispish --- plugins/FunCommands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/FunCommands.py b/plugins/FunCommands.py index 9c4d2a565..f4b876c4d 100644 --- a/plugins/FunCommands.py +++ b/plugins/FunCommands.py @@ -244,6 +244,8 @@ class FunCommands(callbacks.Privmsg): def lithp(self, irc, msg, args): "" 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')