mud/lib/realms/template/cmds/custom.c
2020-09-06 05:43:07 -07:00

11 lines
118 B
C

#include <lib.h>
inherit LIB_DAEMON;
mixed cmd(string str) {
return "This is your own, personal command.";
}