Fixed wrong escaping of '
This commit is contained in:
		| @@ -347,7 +347,7 @@ class Useless(DatabasePlugin): | ||||
|         nick = args.get('<nick>', mask.nick) | ||||
|         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 | ||||
|     def _rainbow(self, i, char): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user