dlangui v0.10.4 (2023-05-19T16:58:48Z)
Home
Dub
Repo
IRCClient.onDataReceived
ircclient
net
client
IRCClient
Undocumented in source. Be warned that the author may not have intended to support it.
class
IRCClient
protected protected
void
onDataReceived
(
AsyncSocket
socket
,
ubyte
[]
data
)
Meta
Source
See Implementation
ircclient
net
client
IRCClient
constructors
this
destructors
~this
functions
channelByName
connect
disconnect
join
onConnect
onDataReceived
onDisconnect
onError
onMessage
onMessageText
part
pong
privMsg
quit
removeChannel
sendMessage
properties
callback
host
hostPort
nick
port
socket
state
variables
_callback
_channels
_host
_nick
_port
_readbuf
_socket