Oneliner.OnelinerType

The different kinds of Oneliners. Either one that yields a random response each time, or one that yields a ordered one.

Values

ValueMeaning
random0

Responses should be yielded in a random (technically uniform) order.

ordered1

Responses should be yielded in order, bumping an internal counter.

alias_2

Oneliner is an alias and does not have lines itself.