All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lt.saltyjuice.dragas.chatty.v3.irc.model.User.kt Maven / Gradle / Ivy

package lt.saltyjuice.dragas.chatty.v3.irc.model

/**
 * Represents user object
 */
open class User
{
    var name = ""
    var host = ""
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy