Fixed wrong escaping of '
This commit is contained in:
parent
ee46c007c5
commit
65715536f2
|
@ -347,7 +347,7 @@ class Useless(DatabasePlugin):
|
||||||
nick = args.get('<nick>', mask.nick)
|
nick = args.get('<nick>', mask.nick)
|
||||||
gender = random.choice(GENDERS)
|
gender = random.choice(GENDERS)
|
||||||
|
|
||||||
return 'Assuming {}''s gender... they''re a {}.'.format(nick, gender)
|
return 'Assuming {}\'s gender... they\'re a {}.'.format(nick, gender)
|
||||||
|
|
||||||
# noinspection PyMethodMayBeStatic
|
# noinspection PyMethodMayBeStatic
|
||||||
def _rainbow(self, i, char):
|
def _rainbow(self, i, char):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user