Circed::Network::NetworkState::UserInfo
Inherits Struct / Value / Object
User information structure - using struct for performance
Constructors
new(nickname : String, username : String, hostname : String, realname : String, server : String, hopcount : Int32 = 0, connected_at : Time = Time.unix(Time.utc.to_unix))
SourceInstance methods
away_message
Sourceaway_message=(away_message : String | Nil)
Sourceconnected_at
Sourcehopcount
Sourcehostname
Sourcemodes
Sourcemodes=(modes : Set(Char))
Sourcenickname
Sourcerealname
Sourceserver
Sourceusername
Source