commands

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Commands = []*commander.Command{
	{
		Name:        "action",
		Alias:       []string{"me", "act"},
		Description: "Send an emote to the server",
		Heading:     commander.ActionGroup,
	},
	{
		Name:        "nick",
		Description: "Set new nickname",
		Args:        []string{"<name>"},
		Heading:     commander.DefaultGroup,
	},
	{
		Name:        "msg",
		Heading:     commander.DefaultGroup,
		Description: "Send a message to user",
		Args:        []string{"<name>", "<msg>"},
		Alias:       []string{"query", "m", "q"},
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL