dlangui v0.10.4 (2023-05-19T16:58:48Z)
Home
Dub
Repo
IRCAddress
ircclient
net
client
Undocumented in source.
class
IRCAddress {
string
full
;
string
host
;
string
channel
;
string
nick
;
string
username
;
this
();
this
(string s);
string
longName
[@property getter];
}
Constructors
this
this
()
Undocumented in source.
this
this
(string s)
Undocumented in source.
Members
Properties
longName
string
longName
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
channel
string
channel
;
Undocumented in source.
full
string
full
;
Undocumented in source.
host
string
host
;
Undocumented in source.
nick
string
nick
;
Undocumented in source.
username
string
username
;
Undocumented in source.
Meta
Source
See Implementation
ircclient
net
client
classes
IRCAddress
IRCChannel
IRCClient
IRCMessage
IRCUser
UserList
enums
IRCCommand
functions
findCommandId
parseDelimitedParameter
interfaces
IRCClientCallback