bancho-irc ~master (2021-06-11T16:52:42Z)
Dub
Repo
MembershipEvent
bancho
irc
Represents a join/leave event.
@
safe
struct
MembershipEvent {
enum
Type
;
string
channel
;
Type
type
;
}
Members
Enums
Type
enum
Type
Variables
channel
string
channel
;
type
Type
type
;
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 join/leave event.