commandWithIgnoredResponse

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto commandWithIgnoredResponse(BanchoBot bot, bool delegate(Message) @(safe) nothrow checkResponse, string channel, const(char)[] message, bool ratelimit, int retries)
    @safe
    commandWithIgnoredResponse
    (
    bool multiResponse = false
    )
    (,
    bool delegate @safe nothrow checkResponse
    ,
    string channel
    ,
    scope const(char)[] message
    ,,
    int retries = 3
    )
  2. auto commandWithIgnoredResponse(OsuRoom room, bool delegate(Message) @(safe) nothrow checkResponse, const(char)[] message)

Meta