您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Profile.kt 209B

1234
  1. package com.dmdirc.ktirc.model
  2. /** Describes the client's profile information that will be provided to a server. */
  3. data class Profile(val initialNick: String, val realName: String, val userName: String)