changed the message
This commit is contained in:
		@@ -351,7 +351,7 @@ class Useless(DatabasePlugin):
 | 
				
			|||||||
        gender_ix = random.randint(0, len(GENDERS))
 | 
					        gender_ix = random.randint(0, len(GENDERS))
 | 
				
			||||||
        gender = GENDERS[gender_ix]
 | 
					        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
 | 
					    # noinspection PyMethodMayBeStatic
 | 
				
			||||||
    def _rainbow(self, i, char):
 | 
					    def _rainbow(self, i, char):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user