changed the message
This commit is contained in:
parent
e68d74f81d
commit
4eeaa6b996
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user