bancho-irc ~master (2021-06-11T16:52:42Z)
Dub
Repo
TopicChange
bancho
irc
Represents a topic change event (in the case of a multi room being created)
@
safe
struct
TopicChange {
string
channel
;
string
topic
;
}
Members
Variables
channel
string
channel
;
topic
string
topic
;
Meta
Source
See Implementation
bancho
irc
classes
BanchoBot
ChannelNotFoundException
NoServerResponseException
OsuRoom
WaitTimeoutException
enums
GameMode
Mod
ModNumber
ScoreMode
Team
TeamMode
functions
commandWithIgnoredResponse
commandWithResponse
despam
fixUsername
isSettingsMessage
isValidOsuUsername
orTimeout
shortForm
tryCommandWithResponse
manifest constants
SettingsLineMinLength
mixin templates
Processor
static variables
banchoBotNick
structs
BeatmapInfo
MembershipEvent
Message
Quit
TopicChange
variables
despamState
Represents a topic change event (in the case of a multi room being created)