Can be thrown by command implementations to signal a problem with the command arguments.
Base class for command sets.
Basic interface of all command sets.
Temporary workaround for compiler bugs as of DMD front-end version 2.063. This mixin template must be mixed into deriviate classes of CommandSet.
Represents a single command.
Command framework for IRC bots.
Groups of commands are bundled as command sets, which are defined by classes deriving from CommandSet.
All command sets implement the ICommandSet interface, which presents basic operations for command sets.
Commands are represented by the Command struct.