ae v0.0.2884 (2020-12-20T12:34:54Z)
Home
Dub
Repo
IrcClient.handleJoin
ae
net
irc
client
IrcClient
Callback for when someone has joined a channel.
class
IrcClient
void
delegate
(
string
channel
,
string
nick
)
handleJoin
;
Meta
Source
See Implementation
ae
net
irc
client
IrcClient
constructors
this
functions
action
canonicalChannelName
canonicalName
canonicalUserName
disconnect
getUserChannels
join
message
mode
notice
onEnter
onLeave
onMessage
onNick
requestChannelList
sendRaw
who
properties
connected
nickname
structs
Channel
User
variables
autoWho
canonicalChannelNames
canonicalUserNames
channelList
channels
connectNickname
currentNickname
decoder
encoder
exactNickname
handleBanned
handleChannelFull
handleChannelKey
handleChannelList
handleConnect
handleDisconnect
handleEnter
handleInvite
handleInviteOnly
handleJoin
handleKick
handleLeave
handleMessage
handlePart
handleQuit
handleRaw
handleUnavailable
handleWho
handleWhoEnd
log
password
realname
username
users
Callback for when someone has joined a channel.