dirk ~master (2016-10-12T16:44:24Z)
Home
Dub
Repo
IrcClient.onNotice
irc
client
IrcClient
Invoked when a notice is picked up by the user for this client.
class
IrcClient
void
delegate
(
IrcUser
user
,
in
char
[]
target
,
in
char
[]
message
)[]
onNotice
;
Meta
Source
See Implementation
irc
client
IrcClient
aliases
nick
constructors
this
functions
addChannelModes
addToChannelList
addUserModes
connect
connected
ctcpError
ctcpQuery
ctcpReply
join
kick
maxNickNameLength
networkName
nickName
notice
noticef
part
queryNames
queryUserhost
queryWhois
quit
read
realName
removeChannelModes
removeFromChannelList
removeUserModes
send
sendf
serverAddress
userName
writef
structs
ChannelMode
variables
onConnect
onCtcpQuery
onCtcpReply
onInvite
onJoin
onKick
onMessage
onNameList
onNameListEnd
onNickChange
onNickInUse
onNotice
onPart
onQuit
onSuccessfulJoin
onTopic
onTopicInfo
onUserhostReply
onWhoisAccountReply
onWhoisChannelsReply
onWhoisEnd
onWhoisIdleReply
onWhoisOperatorReply
onWhoisReply
onWhoisServerReply
Invoked when a notice is picked up by the user for this client.