struct

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))
Source

Instance methods

away_message
Source
away_message=(away_message : String | Nil)
Source
connected_at
Source
hopcount
Source
hostmask

Cached hostmask generation for better performance

Source
hostname
Source
modes
Source
modes=(modes : Set(Char))
Source
nickname
Source
realname
Source
server
Source
username
Source