bancho-irc ~master (2021-06-11T16:52:42Z)
Dub
Repo
tryCommandWithResponse
bancho
irc
Undocumented in source. Be warned that the author may not have intended to support it.
bool
tryCommandWithResponse
(BanchoBot bot, bool delegate(Message) @(safe) nothrow checkResponse, Message result, string channel, const(char)[] message, bool ratelimit, int retries)
@
safe
pragma(
inline
, true) nothrow
bool
tryCommandWithResponse
(
BanchoBot
bot
,
bool
delegate
(
Message
)
@
safe
nothrow
checkResponse
,
out
Message
result
,
string
channel
,
scope
const
(
char
)[]
message
,
bool
ratelimit
,
int
retries
= 3
)
bool
tryCommandWithResponse
(BanchoBot bot, bool delegate(Message) @(safe) nothrow checkResponse, Message[] result, string channel, const(char)[] message, bool ratelimit, int retries)
bool
tryCommandWithResponse
(OsuRoom room, bool delegate(Message) @(safe) nothrow checkResponse, Message ret, const(char)[] message)
bool
tryCommandWithResponse
(OsuRoom room, bool delegate(Message) @(safe) nothrow checkResponse, Message[] ret, const(char)[] message)
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