mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
tg: hm, what about a /sh alias for /show ? :)
This commit is contained in:
parent
b90ca9e426
commit
ac39429f4a
1 changed files with 1 additions and 0 deletions
|
@ -1237,6 +1237,7 @@ cmd(a, args, dest, command) {
|
||||||
w("_warning_usage_notify",
|
w("_warning_usage_notify",
|
||||||
"Usage: /notify <person> [ i(mmediate),d(elayed),D(elayedMore) ]");
|
"Usage: /notify <person> [ i(mmediate),d(elayed),D(elayedMore) ]");
|
||||||
break;
|
break;
|
||||||
|
case "sh":
|
||||||
case "show":
|
case "show":
|
||||||
// if (sizeof(args) != 2) return listAcq(PPL_ANY);
|
// if (sizeof(args) != 2) return listAcq(PPL_ANY);
|
||||||
if (sizeof(args) == 2) switch(args[1]) {
|
if (sizeof(args) == 2) switch(args[1]) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue