--- commands.c 2004-11-21 13:01:48.000000000 +0100 +++ patch.c 2004-11-21 13:05:33.000000000 +0100 -2842,7 +2842,7 { char move_string[MAX_HOST_LEN+20]; - sprintf(move_string, "$ForceMove %s", buf); + snprintf(move_string, MAX_HOST_LEN, "$ForceMove %s", buf); send_to_humans(move_string, REGULAR | REGISTERED | OP, user); remove_all(UNKEYED | NON_LOGGED | REGULAR | REGISTERED | OP, 1, 1);