def user_not_valid(self, user):
text = '%s is not a valid user. Would you like to remove this user from the user list?' % user
reply = message.information(self, 'Invalid User', text, message.Yes, message.No)
return reply == message.Ok
评论列表
文章目录