hunk ./Vanilla/robotd/defs.h 239 +/* redefine this to your local robot password */ +#error REMOVE/COMMENT OUT this line and set ROBOTPASS in defs.h to a unique password +#define ROBOTPASS "CHANGEME" + hunk ./Vanilla/robotd/main.c 360 - renter(pseudo, "marvin", login); + renter(pseudo, ROBOTPASS, login);