getNoun

Returns the string of a noun conjugated to the passed form.

Overload that takes a string instead of an IRCUser.Class.

  1. auto getNoun(NounForm form, IRCUser.Class class_)
  2. auto getNoun(NounForm form, string classString)
    version(WithAdminPlugin)
    package
    getNoun
    (,
    const string classString
    )

Parameters

form NounForm

Form to conjugate the noun to.

classString string

Class string to conjugate.

Return Value

Type: auto

The string name of class_ conjugated to form.

Meta