changed the message

This commit is contained in:
Cephra 2017-08-18 12:03:10 +02:00
parent e68d74f81d
commit 4eeaa6b996

View File

@ -351,7 +351,7 @@ class Useless(DatabasePlugin):
gender_ix = random.randint(0, len(GENDERS))
gender = GENDERS[gender_ix]
return 'Assuming {}''s gender... it''s a {}.'.format(nick, gender)
return 'Assuming {}''s gender... they''re a {}.'.format(nick, gender)
# noinspection PyMethodMayBeStatic
def _rainbow(self, i, char):