dirk v0.1.0 (2015-04-18T07:50:27Z)
Home
Dub
Repo
IrcClient.userName
irc
client
IrcClient
User name of the user for this client.
Cannot be changed after connecting.
string
userName
()
void
userName
(string newUserName)
class
IrcClient
@
property
void
userName
(
string
newUserName
)
Meta
Source
See Implementation
irc
client
IrcClient
aliases
nick
constructors
this
functions
addChannelModes
addToChannelList
addUserModes
connect
connected
ctcpError
ctcpQuery
ctcpReply
getUser
join
kick
maxNickNameLength
networkName
nickName
notice
noticef
part
queryNames
queryUserhost
queryWhois
quit
read
realName
removeChannelModes
removeFromChannelList
removeUserModes
send
sendf
serverAddress
userName
writef
static variables
formatBuffer
structs
ChannelMode
variables
onConnect
onCtcpQuery
onCtcpReply
onJoin
onKick
onMessage
onNameList
onNameListEnd
onNickChange
onNickInUse
onNotice
onPart
onQuit
onSuccessfulJoin
onTopic
onTopicInfo
onUserhostReply
onWhoisAccountReply
onWhoisChannelsReply
onWhoisEnd
onWhoisIdleReply
onWhoisOperatorReply
onWhoisReply
onWhoisServerReply
socket
User name of the user for this client.
Cannot be changed after connecting.