I just discovered a little funny easter eggs in pure-ftpd (while I was patching it ):

#define MSG_WINNER "The computer is your friend. Trust the computer"
#ifndef DISABLE_HUMOR
    if ((time(NULL) % 100) == 0) {
        addreply_noformat(0, MSG_WINNER);
    }
#endif