mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Made lithp a little more naturally lispish
This commit is contained in:
parent
10a65f7399
commit
8fd1d71952
@ -244,6 +244,8 @@ class FunCommands(callbacks.Privmsg):
|
|||||||
def lithp(self, irc, msg, args):
|
def lithp(self, irc, msg, args):
|
||||||
"<text>"
|
"<text>"
|
||||||
text = privmsgs.getArgs(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('SS', 'th')
|
text = text.replace('SS', 'th')
|
||||||
text = text.replace('s', 'th')
|
text = text.replace('s', 'th')
|
||||||
|
Loading…
Reference in New Issue
Block a user