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