mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Changed lithp command to change ss or SS to just th.
This commit is contained in:
parent
42d20674bb
commit
8d857b6ffd
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user