getNoun

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

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

Parameters

form NounForm

Form to conjugate the noun to.

class_ IRCUser.Class

IRCUser.Class whose string to conjugate.

Return Value

Type: auto

The string name of class_ conjugated to form.

Meta