dlangui v0.9.187 (2022-04-16T10:49:25Z)
Home
Dub
Repo
IRCUser
ircclient
net
client
Undocumented in source.
class
IRCUser {
string
nick
;
int
flags
;
this
(string s);
}
Constructors
this
this
(string s)
Undocumented in source.
Members
Variables
flags
int
flags
;
Undocumented in source.
nick
string
nick
;
Undocumented in source.
Meta
Source
See Implementation
ircclient
net
client
classes
IRCAddress
IRCChannel
IRCClient
IRCMessage
IRCUser
UserList
enums
IRCCommand
functions
findCommandId
parseDelimitedParameter
interfaces
IRCClientCallback