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",
|
||||
"Usage: /notify <person> [ i(mmediate),d(elayed),D(elayedMore) ]");
|
||||
break;
|
||||
case "sh":
|
||||
case "show":
|
||||
// if (sizeof(args) != 2) return listAcq(PPL_ANY);
|
||||
if (sizeof(args) == 2) switch(args[1]) {
|
||||
|
|
Loading…
Reference in a new issue