|
|
@ -44,10 +44,10 @@ protected function BuildData(CommandDataBuilder builder) |
|
|
|
builder.ParamText(P("group_name")); |
|
|
|
builder.ParamText(P("group_name")); |
|
|
|
|
|
|
|
|
|
|
|
builder.SubCommand(P("addplayer")); |
|
|
|
builder.SubCommand(P("addplayer")); |
|
|
|
builder.Describe(F("Adds new user to the group, specified by the player selector. Can add" |
|
|
|
builder.Describe(P("Adds new user to the group, specified by the player selector. Can add" |
|
|
|
@ "several players at once. Allows to also optionally specify annotation (human-readable" |
|
|
|
@ "several players at once. Allows to also optionally specify annotation (human-readable" |
|
|
|
@ "name) that can be thought of as a {$TextEmphasis comment}. If annotation isn't" |
|
|
|
@ "name) that can be thought of as a `comment`. If annotation isn't specified current" |
|
|
|
@ "specified current nickname will be used as one.")); |
|
|
|
@ "nickname will be used as one.")); |
|
|
|
builder.ParamText(P("group_name")); |
|
|
|
builder.ParamText(P("group_name")); |
|
|
|
builder.ParamPlayers(P("player_selector")); |
|
|
|
builder.ParamPlayers(P("player_selector")); |
|
|
|
builder.OptionalParams(); |
|
|
|
builder.OptionalParams(); |
|
|
@ -60,8 +60,8 @@ protected function BuildData(CommandDataBuilder builder) |
|
|
|
builder.ParamPlayers(P("player_selector")); |
|
|
|
builder.ParamPlayers(P("player_selector")); |
|
|
|
|
|
|
|
|
|
|
|
builder.SubCommand(P("adduser")); |
|
|
|
builder.SubCommand(P("adduser")); |
|
|
|
builder.Describe(F("Adds new user to the group. Allows to also optionally specify annotation" |
|
|
|
builder.Describe(P("Adds new user to the group. Allows to also optionally specify annotation" |
|
|
|
@ "(human-readable name) that can be thought of as a {$TextEmphasis comment}.")); |
|
|
|
@ "(human-readable name) that can be thought of as a `comment`.")); |
|
|
|
builder.ParamText(P("group_name")); |
|
|
|
builder.ParamText(P("group_name")); |
|
|
|
builder.ParamText(P("user_id")); |
|
|
|
builder.ParamText(P("user_id")); |
|
|
|
builder.OptionalParams(); |
|
|
|
builder.OptionalParams(); |
|
|
|