mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-09 20:11:00 +00:00
tg: hm, what about a /sh alias for /show ? :)
This commit is contained in:
parent
b90ca9e426
commit
ac39429f4a
@ -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…
Reference in New Issue
Block a user