
#include <lib.h>

inherit LIB_DAEMON;

mixed cmd(string str) {
    return "This is your own, personal command.";
}


