createParser

Creates an IRCParser with values taken from the passed Configuration.

The user will be asked for more information if Twitch was not explicitly asked for on the command line. This requires version TwitchSupport.

version(AssertGeneration)
private
createParser

Parameters

parser IRCParser

out-reference IRCParser to create and whose members to populate with information from the command line.

configuration Configuration

Configuration whose values to use in the parser.

configuration Configuration

const

Return Value

Type: auto

Next.continue_ if the parser was successfully created; Next.returnFailure otherwise.