struct
Circed::Network::NetworkState::UserInfo
- Circed::Network::NetworkState::UserInfo
- Struct
- Value
- Object
Overview
User information structure - using struct for performance
Defined in:
circed/network/network_state.crConstructors
Instance Method Summary
- #away_message : String | Nil
- #away_message=(away_message : String | Nil)
- #connected_at : Time
- #hopcount : Int32
-
#hostmask : String
Cached hostmask generation for better performance
- #hostname : String
- #modes : Set(Char)
- #modes=(modes : Set(Char))
- #nickname : String
- #realname : String
- #server : String
- #username : String
Constructor Detail
def self.new(nickname : String, username : String, hostname : String, realname : String, server : String, hopcount : Int32 = 0)
#