dlangui v0.10.0 (2022-11-08T19:06:33Z)
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