mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 23:36:21 +00:00
Automatically add/remove '/' when adding and removing aliases
This commit is contained in:
@@ -721,9 +721,9 @@ static struct cmd_t command_defs[] =
|
||||
{ "/alias add|remove|list [name value]",
|
||||
"-----------------------------------",
|
||||
"Add, remove or show command aliases.",
|
||||
"The alias will be available as a command",
|
||||
"The alias will be available as a command, the leading '/' will be added if not supplied.",
|
||||
"Example : /alias add friends /who online friends",
|
||||
"Example : /alias add q /quit",
|
||||
"Example : /alias add /q /quit",
|
||||
"Example : /alias a /away \"I'm in a meeting.\"",
|
||||
"Example : /alias remove q",
|
||||
"Example : /alias list",
|
||||
|
||||
Reference in New Issue
Block a user